Name | Type | Description | Notes |
---|---|---|---|
FifoName | Pointer to string | Target fifo to publish into. Refer to Topics API for managing these fifos | [optional] |
func NewFifoPublishAction() *FifoPublishAction
NewFifoPublishAction instantiates a new FifoPublishAction 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
func NewFifoPublishActionWithDefaults() *FifoPublishAction
NewFifoPublishActionWithDefaults instantiates a new FifoPublishAction 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
func (o *FifoPublishAction) GetFifoName() string
GetFifoName returns the FifoName field if non-nil, zero value otherwise.
func (o *FifoPublishAction) GetFifoNameOk() (*string, bool)
GetFifoNameOk returns a tuple with the FifoName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FifoPublishAction) SetFifoName(v string)
SetFifoName sets FifoName field to given value.
func (o *FifoPublishAction) HasFifoName() bool
HasFifoName returns a boolean if a field has been set.