Skip to main content

ApplicationDiscoveryRequest

Properties

NameTypeDescriptionNotes
DatasetIds[]stringList of dataset Ids to discover applications

Methods

NewApplicationDiscoveryRequest

func NewApplicationDiscoveryRequest(datasetIds []string, ) *ApplicationDiscoveryRequest

NewApplicationDiscoveryRequest instantiates a new ApplicationDiscoveryRequest 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

NewApplicationDiscoveryRequestWithDefaults

func NewApplicationDiscoveryRequestWithDefaults() *ApplicationDiscoveryRequest

NewApplicationDiscoveryRequestWithDefaults instantiates a new ApplicationDiscoveryRequest 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

GetDatasetIds

func (o *ApplicationDiscoveryRequest) GetDatasetIds() []string

GetDatasetIds returns the DatasetIds field if non-nil, zero value otherwise.

GetDatasetIdsOk

func (o *ApplicationDiscoveryRequest) GetDatasetIdsOk() (*[]string, bool)

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

SetDatasetIds

func (o *ApplicationDiscoveryRequest) SetDatasetIds(v []string)

SetDatasetIds sets DatasetIds field to given value.