Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 1.89 KB

PrioritizerTypesEntity.md

File metadata and controls

56 lines (31 loc) · 1.89 KB

PrioritizerTypesEntity

Properties

Name Type Description Notes
PrioritizerTypes Pointer to []DocumentedTypeDTO [optional]

Methods

NewPrioritizerTypesEntity

func NewPrioritizerTypesEntity() *PrioritizerTypesEntity

NewPrioritizerTypesEntity instantiates a new PrioritizerTypesEntity 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

NewPrioritizerTypesEntityWithDefaults

func NewPrioritizerTypesEntityWithDefaults() *PrioritizerTypesEntity

NewPrioritizerTypesEntityWithDefaults instantiates a new PrioritizerTypesEntity 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

GetPrioritizerTypes

func (o *PrioritizerTypesEntity) GetPrioritizerTypes() []DocumentedTypeDTO

GetPrioritizerTypes returns the PrioritizerTypes field if non-nil, zero value otherwise.

GetPrioritizerTypesOk

func (o *PrioritizerTypesEntity) GetPrioritizerTypesOk() (*[]DocumentedTypeDTO, bool)

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

SetPrioritizerTypes

func (o *PrioritizerTypesEntity) SetPrioritizerTypes(v []DocumentedTypeDTO)

SetPrioritizerTypes sets PrioritizerTypes field to given value.

HasPrioritizerTypes

func (o *PrioritizerTypesEntity) HasPrioritizerTypes() bool

HasPrioritizerTypes returns a boolean if a field has been set.

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