Name | Type | Description | Notes |
---|---|---|---|
Id | string | ||
Name | string | ||
CreatedAt | int64 | ||
UpdatedAt | int64 | ||
Path | string | ||
Lambda | string |
func NewEndpoint(id string, name string, createdAt int64, updatedAt int64, path string, lambda string, ) *Endpoint
NewEndpoint instantiates a new Endpoint 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 NewEndpointWithDefaults() *Endpoint
NewEndpointWithDefaults instantiates a new Endpoint 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 *Endpoint) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
func (o *Endpoint) GetIdOk() (*string, 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 *Endpoint) SetId(v string)
SetId sets Id field to given value.
func (o *Endpoint) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *Endpoint) 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 *Endpoint) SetName(v string)
SetName sets Name field to given value.
func (o *Endpoint) GetCreatedAt() int64
GetCreatedAt returns the CreatedAt field if non-nil, zero value otherwise.
func (o *Endpoint) GetCreatedAtOk() (*int64, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Endpoint) SetCreatedAt(v int64)
SetCreatedAt sets CreatedAt field to given value.
func (o *Endpoint) GetUpdatedAt() int64
GetUpdatedAt returns the UpdatedAt field if non-nil, zero value otherwise.
func (o *Endpoint) GetUpdatedAtOk() (*int64, bool)
GetUpdatedAtOk returns a tuple with the UpdatedAt field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Endpoint) SetUpdatedAt(v int64)
SetUpdatedAt sets UpdatedAt field to given value.
func (o *Endpoint) GetPath() string
GetPath returns the Path field if non-nil, zero value otherwise.
func (o *Endpoint) GetPathOk() (*string, bool)
GetPathOk returns a tuple with the Path field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Endpoint) SetPath(v string)
SetPath sets Path field to given value.
func (o *Endpoint) GetLambda() string
GetLambda returns the Lambda field if non-nil, zero value otherwise.
func (o *Endpoint) GetLambdaOk() (*string, bool)
GetLambdaOk returns a tuple with the Lambda field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Endpoint) SetLambda(v string)
SetLambda sets Lambda field to given value.