Skip to content

Latest commit

 

History

History
93 lines (50 loc) · 2.64 KB

CreateRecipeNetworking.md

File metadata and controls

93 lines (50 loc) · 2.64 KB

CreateRecipeNetworking

Properties

Name Type Description Notes
Protocol RecipeNetworkingProtocol
Port int32
Auth bool

Methods

NewCreateRecipeNetworking

func NewCreateRecipeNetworking(protocol RecipeNetworkingProtocol, port int32, auth bool, ) *CreateRecipeNetworking

NewCreateRecipeNetworking instantiates a new CreateRecipeNetworking 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

NewCreateRecipeNetworkingWithDefaults

func NewCreateRecipeNetworkingWithDefaults() *CreateRecipeNetworking

NewCreateRecipeNetworkingWithDefaults instantiates a new CreateRecipeNetworking 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

GetProtocol

func (o *CreateRecipeNetworking) GetProtocol() RecipeNetworkingProtocol

GetProtocol returns the Protocol field if non-nil, zero value otherwise.

GetProtocolOk

func (o *CreateRecipeNetworking) GetProtocolOk() (*RecipeNetworkingProtocol, bool)

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

SetProtocol

func (o *CreateRecipeNetworking) SetProtocol(v RecipeNetworkingProtocol)

SetProtocol sets Protocol field to given value.

GetPort

func (o *CreateRecipeNetworking) GetPort() int32

GetPort returns the Port field if non-nil, zero value otherwise.

GetPortOk

func (o *CreateRecipeNetworking) GetPortOk() (*int32, bool)

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

SetPort

func (o *CreateRecipeNetworking) SetPort(v int32)

SetPort sets Port field to given value.

GetAuth

func (o *CreateRecipeNetworking) GetAuth() bool

GetAuth returns the Auth field if non-nil, zero value otherwise.

GetAuthOk

func (o *CreateRecipeNetworking) GetAuthOk() (*bool, bool)

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

SetAuth

func (o *CreateRecipeNetworking) SetAuth(v bool)

SetAuth sets Auth field to given value.

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