func NewFlowLogs() *FlowLogs
func NewFlowLogsWithDefaults() *FlowLogs
func (o *FlowLogs) GetId() string
func (o *FlowLogs) GetIdOk() (*string, bool)
func (o *FlowLogs) SetId(v string)
func (o *FlowLogs) HasId() bool
func (o *FlowLogs) GetType() Type
func (o *FlowLogs) GetTypeOk() (*Type, bool)
func (o *FlowLogs) SetType(v Type)
func (o *FlowLogs) HasType() bool
func (o *FlowLogs) GetHref() string
func (o *FlowLogs) GetHrefOk() (*string, bool)
func (o *FlowLogs) SetHref(v string)
func (o *FlowLogs) HasHref() bool
func (o *FlowLogs) GetItems() []FlowLog
func (o *FlowLogs) GetItemsOk() (*[]FlowLog, bool)
func (o *FlowLogs) SetItems(v []FlowLog)
func (o *FlowLogs) HasItems() bool
func (o *FlowLogs) GetOffset() float32
func (o *FlowLogs) GetOffsetOk() (*float32, bool)
func (o *FlowLogs) SetOffset(v float32)
func (o *FlowLogs) HasOffset() bool
func (o *FlowLogs) GetLimit() float32
func (o *FlowLogs) GetLimitOk() (*float32, bool)
func (o *FlowLogs) SetLimit(v float32)
func (o *FlowLogs) HasLimit() bool
func (o *FlowLogs) GetLinks() PaginationLinks
func (o *FlowLogs) GetLinksOk() (*PaginationLinks, bool)
func (o *FlowLogs) SetLinks(v PaginationLinks)
func (o *FlowLogs) HasLinks() bool