Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Entities ¶
func (*Entities) MarshalHCL ¶
func (me *Entities) MarshalHCL(properties hcl.Properties) error
type Settings ¶
type Settings struct { TotalCount int64 `json:"totalCount"` // The total number of entries in the result. PageSize *int32 `json:"pageSize,omitempty"` // The number of entries per page. NextPageKey *string `json:"nextPageKey,omitempty"` // The cursor for the next page of results. Has the value of null on the last page. Entities Entities `json:"entities,omitempty"` // A list of monitored entities. }
func (*Settings) MarshalHCL ¶
func (me *Settings) MarshalHCL(properties hcl.Properties) error
Click to show internal directories.
Click to hide internal directories.