Name | Type | Description | Notes |
---|---|---|---|
Id | Pointer to int64 | The resource identifier. | [optional] |
Type | Pointer to string | The resource type. | [optional] |
StartOffset | Pointer to int64 | The start offset of the IPv4 template item. | [optional] |
Name | Pointer to string | The name of the template item. | [optional] |
func NewIpv4TemplateItem() *Ipv4TemplateItem
NewIpv4TemplateItem instantiates a new Ipv4TemplateItem 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 NewIpv4TemplateItemWithDefaults() *Ipv4TemplateItem
NewIpv4TemplateItemWithDefaults instantiates a new Ipv4TemplateItem 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 *Ipv4TemplateItem) GetId() int64
GetId returns the Id field if non-nil, zero value otherwise.
func (o *Ipv4TemplateItem) GetIdOk() (*int64, bool)
GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Ipv4TemplateItem) SetId(v int64)
SetId sets Id field to given value.
func (o *Ipv4TemplateItem) HasId() bool
HasId returns a boolean if a field has been set.
func (o *Ipv4TemplateItem) GetType() string
GetType returns the Type field if non-nil, zero value otherwise.
func (o *Ipv4TemplateItem) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Ipv4TemplateItem) SetType(v string)
SetType sets Type field to given value.
func (o *Ipv4TemplateItem) HasType() bool
HasType returns a boolean if a field has been set.
func (o *Ipv4TemplateItem) GetStartOffset() int64
GetStartOffset returns the StartOffset field if non-nil, zero value otherwise.
func (o *Ipv4TemplateItem) GetStartOffsetOk() (*int64, bool)
GetStartOffsetOk returns a tuple with the StartOffset field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Ipv4TemplateItem) SetStartOffset(v int64)
SetStartOffset sets StartOffset field to given value.
func (o *Ipv4TemplateItem) HasStartOffset() bool
HasStartOffset returns a boolean if a field has been set.
func (o *Ipv4TemplateItem) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *Ipv4TemplateItem) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Ipv4TemplateItem) SetName(v string)
SetName sets Name field to given value.
func (o *Ipv4TemplateItem) HasName() bool
HasName returns a boolean if a field has been set.