Skip to main content

IdentitiesDetailsReportArguments

Properties

NameTypeDescriptionNotes
CorrelatedOnlyboolFlag to specify if only correlated identities are included in report.[default to false]

Methods

NewIdentitiesDetailsReportArguments

func NewIdentitiesDetailsReportArguments(correlatedOnly bool, ) *IdentitiesDetailsReportArguments

NewIdentitiesDetailsReportArguments instantiates a new IdentitiesDetailsReportArguments object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

NewIdentitiesDetailsReportArgumentsWithDefaults

func NewIdentitiesDetailsReportArgumentsWithDefaults() *IdentitiesDetailsReportArguments

NewIdentitiesDetailsReportArgumentsWithDefaults instantiates a new IdentitiesDetailsReportArguments object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

GetCorrelatedOnly

func (o *IdentitiesDetailsReportArguments) GetCorrelatedOnly() bool

GetCorrelatedOnly returns the CorrelatedOnly field if non-nil, zero value otherwise.

GetCorrelatedOnlyOk

func (o *IdentitiesDetailsReportArguments) GetCorrelatedOnlyOk() (*bool, bool)

GetCorrelatedOnlyOk returns a tuple with the CorrelatedOnly field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetCorrelatedOnly

func (o *IdentitiesDetailsReportArguments) SetCorrelatedOnly(v bool)

SetCorrelatedOnly sets CorrelatedOnly field to given value.