Skip to content

DeleteProviderProfileTemplateEntity

Properties

Name Type Description Notes
ProfileIds []string Provider profile IDs

Methods

NewDeleteProviderProfileTemplateEntity

func NewDeleteProviderProfileTemplateEntity(profileIds []string, ) *DeleteProviderProfileTemplateEntity

NewDeleteProviderProfileTemplateEntity instantiates a new DeleteProviderProfileTemplateEntity 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

NewDeleteProviderProfileTemplateEntityWithDefaults

func NewDeleteProviderProfileTemplateEntityWithDefaults() *DeleteProviderProfileTemplateEntity

NewDeleteProviderProfileTemplateEntityWithDefaults instantiates a new DeleteProviderProfileTemplateEntity 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

GetProfileIds

func (o *DeleteProviderProfileTemplateEntity) GetProfileIds() []string

GetProfileIds returns the ProfileIds field if non-nil, zero value otherwise.

GetProfileIdsOk

func (o *DeleteProviderProfileTemplateEntity) GetProfileIdsOk() (*[]string, bool)

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

SetProfileIds

func (o *DeleteProviderProfileTemplateEntity) SetProfileIds(v []string)

SetProfileIds sets ProfileIds field to given value.

[Back to Model list] [Back to API list] [Back to README]