Skip to content
This repository was archived by the owner on Jul 15, 2025. It is now read-only.

Latest commit

 

History

History
82 lines (45 loc) · 2.88 KB

File metadata and controls

82 lines (45 loc) · 2.88 KB

RepositoryConfigurationDtoMergeConfig

Properties

Name Type Description Notes
DefaultStrategy Pointer to MergeStrategy [optional]
Strategies Pointer to []MergeStrategy [optional]

Methods

NewRepositoryConfigurationDtoMergeConfig

func NewRepositoryConfigurationDtoMergeConfig() *RepositoryConfigurationDtoMergeConfig

NewRepositoryConfigurationDtoMergeConfig instantiates a new RepositoryConfigurationDtoMergeConfig 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

NewRepositoryConfigurationDtoMergeConfigWithDefaults

func NewRepositoryConfigurationDtoMergeConfigWithDefaults() *RepositoryConfigurationDtoMergeConfig

NewRepositoryConfigurationDtoMergeConfigWithDefaults instantiates a new RepositoryConfigurationDtoMergeConfig 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

GetDefaultStrategy

func (o *RepositoryConfigurationDtoMergeConfig) GetDefaultStrategy() MergeStrategy

GetDefaultStrategy returns the DefaultStrategy field if non-nil, zero value otherwise.

GetDefaultStrategyOk

func (o *RepositoryConfigurationDtoMergeConfig) GetDefaultStrategyOk() (*MergeStrategy, bool)

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

SetDefaultStrategy

func (o *RepositoryConfigurationDtoMergeConfig) SetDefaultStrategy(v MergeStrategy)

SetDefaultStrategy sets DefaultStrategy field to given value.

HasDefaultStrategy

func (o *RepositoryConfigurationDtoMergeConfig) HasDefaultStrategy() bool

HasDefaultStrategy returns a boolean if a field has been set.

GetStrategies

func (o *RepositoryConfigurationDtoMergeConfig) GetStrategies() []MergeStrategy

GetStrategies returns the Strategies field if non-nil, zero value otherwise.

GetStrategiesOk

func (o *RepositoryConfigurationDtoMergeConfig) GetStrategiesOk() (*[]MergeStrategy, bool)

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

SetStrategies

func (o *RepositoryConfigurationDtoMergeConfig) SetStrategies(v []MergeStrategy)

SetStrategies sets Strategies field to given value.

HasStrategies

func (o *RepositoryConfigurationDtoMergeConfig) HasStrategies() bool

HasStrategies returns a boolean if a field has been set.

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