volcobserve

package
v1.0.138 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 30, 2024 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Overview

Package volcobserveiface provides an interface to enable mocking the VOLC_OBSERVE service client for testing your code.

It is important to note that this interface will have breaking changes when the service model is updated and adds new API operations, paginators, and waiters.

Index

Constants

View Source
const (
	ServiceName = "volc_observe" // Name of service.
	EndpointsID = ServiceName    // ID to lookup a service endpoint with.
	ServiceID   = "volc_observe" // ServiceID is a unique identifer of a specific service.
)

Service information constants

View Source
const (
	// EnumOfOrderByForListEventsInputHappenTime is a EnumOfOrderByForListEventsInput enum value
	EnumOfOrderByForListEventsInputHappenTime = "HappenTime"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type CreateContactGroupInput added in v1.0.138

type CreateContactGroupInput struct {
	ContactsIdList []*string `type:"list"`

	Description *string `type:"string"`

	// Name is a required field
	Name *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (CreateContactGroupInput) GoString added in v1.0.138

func (s CreateContactGroupInput) GoString() string

GoString returns the string representation

func (*CreateContactGroupInput) SetContactsIdList added in v1.0.138

func (s *CreateContactGroupInput) SetContactsIdList(v []*string) *CreateContactGroupInput

SetContactsIdList sets the ContactsIdList field's value.

func (*CreateContactGroupInput) SetDescription added in v1.0.138

SetDescription sets the Description field's value.

func (*CreateContactGroupInput) SetName added in v1.0.138

SetName sets the Name field's value.

func (CreateContactGroupInput) String added in v1.0.138

func (s CreateContactGroupInput) String() string

String returns the string representation

func (*CreateContactGroupInput) Validate added in v1.0.138

func (s *CreateContactGroupInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateContactGroupOutput added in v1.0.138

type CreateContactGroupOutput struct {
	Metadata *response.ResponseMetadata

	Data []*string `type:"list"`
	// contains filtered or unexported fields
}

func (CreateContactGroupOutput) GoString added in v1.0.138

func (s CreateContactGroupOutput) GoString() string

GoString returns the string representation

func (*CreateContactGroupOutput) SetData added in v1.0.138

SetData sets the Data field's value.

func (CreateContactGroupOutput) String added in v1.0.138

func (s CreateContactGroupOutput) String() string

String returns the string representation

type CreateContactsInput added in v1.0.138

type CreateContactsInput struct {

	// Email is a required field
	Email *string `type:"string" required:"true"`

	// Name is a required field
	Name *string `type:"string" required:"true"`

	Phone *string `type:"string"`
	// contains filtered or unexported fields
}

func (CreateContactsInput) GoString added in v1.0.138

func (s CreateContactsInput) GoString() string

GoString returns the string representation

func (*CreateContactsInput) SetEmail added in v1.0.138

SetEmail sets the Email field's value.

func (*CreateContactsInput) SetName added in v1.0.138

SetName sets the Name field's value.

func (*CreateContactsInput) SetPhone added in v1.0.138

SetPhone sets the Phone field's value.

func (CreateContactsInput) String added in v1.0.138

func (s CreateContactsInput) String() string

String returns the string representation

func (*CreateContactsInput) Validate added in v1.0.138

func (s *CreateContactsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateContactsOutput added in v1.0.138

type CreateContactsOutput struct {
	Metadata *response.ResponseMetadata

	Data []*string `type:"list"`
	// contains filtered or unexported fields
}

func (CreateContactsOutput) GoString added in v1.0.138

func (s CreateContactsOutput) GoString() string

GoString returns the string representation

func (*CreateContactsOutput) SetData added in v1.0.138

SetData sets the Data field's value.

func (CreateContactsOutput) String added in v1.0.138

func (s CreateContactsOutput) String() string

String returns the string representation

type CreateObjectGroupInput added in v1.0.137

type CreateObjectGroupInput struct {

	// Name is a required field
	Name *string `type:"string" required:"true"`

	Objects []*ObjectForCreateObjectGroupInput `type:"list"`
	// contains filtered or unexported fields
}

func (CreateObjectGroupInput) GoString added in v1.0.137

func (s CreateObjectGroupInput) GoString() string

GoString returns the string representation

func (*CreateObjectGroupInput) SetName added in v1.0.137

SetName sets the Name field's value.

func (*CreateObjectGroupInput) SetObjects added in v1.0.137

SetObjects sets the Objects field's value.

func (CreateObjectGroupInput) String added in v1.0.137

func (s CreateObjectGroupInput) String() string

String returns the string representation

func (*CreateObjectGroupInput) Validate added in v1.0.137

func (s *CreateObjectGroupInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateObjectGroupOutput added in v1.0.137

type CreateObjectGroupOutput struct {
	Metadata *response.ResponseMetadata

	Data *string `type:"string"`
	// contains filtered or unexported fields
}

func (CreateObjectGroupOutput) GoString added in v1.0.137

func (s CreateObjectGroupOutput) GoString() string

GoString returns the string representation

func (*CreateObjectGroupOutput) SetData added in v1.0.137

SetData sets the Data field's value.

func (CreateObjectGroupOutput) String added in v1.0.137

func (s CreateObjectGroupOutput) String() string

String returns the string representation

type DataForGetMetricDataOutput added in v1.0.48

type DataForGetMetricDataOutput struct {
	DescriptionCN *string `type:"string"`

	DescriptionEN *string `type:"string"`

	EndTime *int64 `type:"integer"`

	MetricDataResults []*MetricDataResultForGetMetricDataOutput `type:"list"`

	MetricName *string `type:"string"`

	Namespace *string `type:"string"`

	Period *string `type:"string"`

	StartTime *int64 `type:"integer"`

	Unit *string `type:"string"`
	// contains filtered or unexported fields
}

func (DataForGetMetricDataOutput) GoString added in v1.0.48

func (s DataForGetMetricDataOutput) GoString() string

GoString returns the string representation

func (*DataForGetMetricDataOutput) SetDescriptionCN added in v1.0.48

SetDescriptionCN sets the DescriptionCN field's value.

func (*DataForGetMetricDataOutput) SetDescriptionEN added in v1.0.48

SetDescriptionEN sets the DescriptionEN field's value.

func (*DataForGetMetricDataOutput) SetEndTime added in v1.0.48

SetEndTime sets the EndTime field's value.

func (*DataForGetMetricDataOutput) SetMetricDataResults added in v1.0.48

SetMetricDataResults sets the MetricDataResults field's value.

func (*DataForGetMetricDataOutput) SetMetricName added in v1.0.48

SetMetricName sets the MetricName field's value.

func (*DataForGetMetricDataOutput) SetNamespace added in v1.0.48

SetNamespace sets the Namespace field's value.

func (*DataForGetMetricDataOutput) SetPeriod added in v1.0.48

SetPeriod sets the Period field's value.

func (*DataForGetMetricDataOutput) SetStartTime added in v1.0.48

SetStartTime sets the StartTime field's value.

func (*DataForGetMetricDataOutput) SetUnit added in v1.0.48

SetUnit sets the Unit field's value.

func (DataForGetMetricDataOutput) String added in v1.0.48

String returns the string representation

type DataForGetTopDataOutput added in v1.0.89

type DataForGetTopDataOutput struct {
	Asc *bool `type:"boolean"`

	OrderByMetricName *string `type:"string"`

	TopDataResults []*TopDataResultForGetTopDataOutput `type:"list"`
	// contains filtered or unexported fields
}

func (DataForGetTopDataOutput) GoString added in v1.0.89

func (s DataForGetTopDataOutput) GoString() string

GoString returns the string representation

func (*DataForGetTopDataOutput) SetAsc added in v1.0.89

SetAsc sets the Asc field's value.

func (*DataForGetTopDataOutput) SetOrderByMetricName added in v1.0.89

func (s *DataForGetTopDataOutput) SetOrderByMetricName(v string) *DataForGetTopDataOutput

SetOrderByMetricName sets the OrderByMetricName field's value.

func (*DataForGetTopDataOutput) SetTopDataResults added in v1.0.89

SetTopDataResults sets the TopDataResults field's value.

func (DataForGetTopDataOutput) String added in v1.0.89

func (s DataForGetTopDataOutput) String() string

String returns the string representation

type DataForListContactGroupByIdsOutput added in v1.0.138

type DataForListContactGroupByIdsOutput struct {
	AccountId *string `type:"string"`

	CreatedAt *string `type:"string"`

	Description *string `type:"string"`

	Id *string `type:"string"`

	Name *string `type:"string"`

	UpdatedAt *string `type:"string"`
	// contains filtered or unexported fields
}

func (DataForListContactGroupByIdsOutput) GoString added in v1.0.138

GoString returns the string representation

func (*DataForListContactGroupByIdsOutput) SetAccountId added in v1.0.138

SetAccountId sets the AccountId field's value.

func (*DataForListContactGroupByIdsOutput) SetCreatedAt added in v1.0.138

SetCreatedAt sets the CreatedAt field's value.

func (*DataForListContactGroupByIdsOutput) SetDescription added in v1.0.138

SetDescription sets the Description field's value.

func (*DataForListContactGroupByIdsOutput) SetId added in v1.0.138

SetId sets the Id field's value.

func (*DataForListContactGroupByIdsOutput) SetName added in v1.0.138

SetName sets the Name field's value.

func (*DataForListContactGroupByIdsOutput) SetUpdatedAt added in v1.0.138

SetUpdatedAt sets the UpdatedAt field's value.

func (DataForListContactGroupByIdsOutput) String added in v1.0.138

String returns the string representation

type DataForListContactGroupsOutput added in v1.0.138

type DataForListContactGroupsOutput struct {
	AccountId *string `type:"string"`

	CreatedAt *string `type:"string"`

	Description *string `type:"string"`

	Id *string `type:"string"`

	Name *string `type:"string"`

	UpdatedAt *string `type:"string"`
	// contains filtered or unexported fields
}

func (DataForListContactGroupsOutput) GoString added in v1.0.138

GoString returns the string representation

func (*DataForListContactGroupsOutput) SetAccountId added in v1.0.138

SetAccountId sets the AccountId field's value.

func (*DataForListContactGroupsOutput) SetCreatedAt added in v1.0.138

SetCreatedAt sets the CreatedAt field's value.

func (*DataForListContactGroupsOutput) SetDescription added in v1.0.138

SetDescription sets the Description field's value.

func (*DataForListContactGroupsOutput) SetId added in v1.0.138

SetId sets the Id field's value.

func (*DataForListContactGroupsOutput) SetName added in v1.0.138

SetName sets the Name field's value.

func (*DataForListContactGroupsOutput) SetUpdatedAt added in v1.0.138

SetUpdatedAt sets the UpdatedAt field's value.

func (DataForListContactGroupsOutput) String added in v1.0.138

String returns the string representation

type DataForListContactsByIdsOutput added in v1.0.138

type DataForListContactsByIdsOutput struct {
	Email *string `type:"string"`

	Id *string `type:"string"`

	Name *string `type:"string"`

	Phone *string `type:"string"`
	// contains filtered or unexported fields
}

func (DataForListContactsByIdsOutput) GoString added in v1.0.138

GoString returns the string representation

func (*DataForListContactsByIdsOutput) SetEmail added in v1.0.138

SetEmail sets the Email field's value.

func (*DataForListContactsByIdsOutput) SetId added in v1.0.138

SetId sets the Id field's value.

func (*DataForListContactsByIdsOutput) SetName added in v1.0.138

SetName sets the Name field's value.

func (*DataForListContactsByIdsOutput) SetPhone added in v1.0.138

SetPhone sets the Phone field's value.

func (DataForListContactsByIdsOutput) String added in v1.0.138

String returns the string representation

type DataForListContactsOutput added in v1.0.138

type DataForListContactsOutput struct {
	Email *string `type:"string"`

	Id *string `type:"string"`

	Name *string `type:"string"`

	Phone *string `type:"string"`
	// contains filtered or unexported fields
}

func (DataForListContactsOutput) GoString added in v1.0.138

func (s DataForListContactsOutput) GoString() string

GoString returns the string representation

func (*DataForListContactsOutput) SetEmail added in v1.0.138

SetEmail sets the Email field's value.

func (*DataForListContactsOutput) SetId added in v1.0.138

SetId sets the Id field's value.

func (*DataForListContactsOutput) SetName added in v1.0.138

SetName sets the Name field's value.

func (*DataForListContactsOutput) SetPhone added in v1.0.138

SetPhone sets the Phone field's value.

func (DataForListContactsOutput) String added in v1.0.138

func (s DataForListContactsOutput) String() string

String returns the string representation

type DataForListEventsOutput added in v1.0.137

type DataForListEventsOutput struct {
	Detail map[string]*interface{} `type:"map"`

	EventBusName *string `type:"string"`

	EventType *string `type:"string"`

	HappenTime *int64 `type:"integer"`

	ID *string `type:"string"`

	Region *string `type:"string"`

	Source *string `type:"string"`
	// contains filtered or unexported fields
}

func (DataForListEventsOutput) GoString added in v1.0.137

func (s DataForListEventsOutput) GoString() string

GoString returns the string representation

func (*DataForListEventsOutput) SetDetail added in v1.0.137

func (s *DataForListEventsOutput) SetDetail(v map[string]*interface{}) *DataForListEventsOutput

SetDetail sets the Detail field's value.

func (*DataForListEventsOutput) SetEventBusName added in v1.0.137

SetEventBusName sets the EventBusName field's value.

func (*DataForListEventsOutput) SetEventType added in v1.0.137

SetEventType sets the EventType field's value.

func (*DataForListEventsOutput) SetHappenTime added in v1.0.137

SetHappenTime sets the HappenTime field's value.

func (*DataForListEventsOutput) SetID added in v1.0.137

SetID sets the ID field's value.

func (*DataForListEventsOutput) SetRegion added in v1.0.137

SetRegion sets the Region field's value.

func (*DataForListEventsOutput) SetSource added in v1.0.137

SetSource sets the Source field's value.

func (DataForListEventsOutput) String added in v1.0.137

func (s DataForListEventsOutput) String() string

String returns the string representation

type DataForListObjectGroupsOutput added in v1.0.137

type DataForListObjectGroupsOutput struct {
	AlertTemplateId *string `type:"string"`

	AlertTemplateName *string `type:"string"`

	CreatedAt *string `type:"string"`

	Id *string `type:"string"`

	Name *string `type:"string"`

	Objects []*ObjectForListObjectGroupsOutput `type:"list"`

	UpdatedAt *string `type:"string"`
	// contains filtered or unexported fields
}

func (DataForListObjectGroupsOutput) GoString added in v1.0.137

GoString returns the string representation

func (*DataForListObjectGroupsOutput) SetAlertTemplateId added in v1.0.137

SetAlertTemplateId sets the AlertTemplateId field's value.

func (*DataForListObjectGroupsOutput) SetAlertTemplateName added in v1.0.137

SetAlertTemplateName sets the AlertTemplateName field's value.

func (*DataForListObjectGroupsOutput) SetCreatedAt added in v1.0.137

SetCreatedAt sets the CreatedAt field's value.

func (*DataForListObjectGroupsOutput) SetId added in v1.0.137

SetId sets the Id field's value.

func (*DataForListObjectGroupsOutput) SetName added in v1.0.137

SetName sets the Name field's value.

func (*DataForListObjectGroupsOutput) SetObjects added in v1.0.137

SetObjects sets the Objects field's value.

func (*DataForListObjectGroupsOutput) SetUpdatedAt added in v1.0.137

SetUpdatedAt sets the UpdatedAt field's value.

func (DataForListObjectGroupsOutput) String added in v1.0.137

String returns the string representation

type DataPointForGetMetricDataOutput added in v1.0.48

type DataPointForGetMetricDataOutput struct {
	Timestamp *int64 `type:"integer"`

	Value *float64 `type:"double"`
	// contains filtered or unexported fields
}

func (DataPointForGetMetricDataOutput) GoString added in v1.0.48

GoString returns the string representation

func (*DataPointForGetMetricDataOutput) SetTimestamp added in v1.0.48

SetTimestamp sets the Timestamp field's value.

func (*DataPointForGetMetricDataOutput) SetValue added in v1.0.48

SetValue sets the Value field's value.

func (DataPointForGetMetricDataOutput) String added in v1.0.48

String returns the string representation

type DeleteContactGroupByIdsInput added in v1.0.138

type DeleteContactGroupByIdsInput struct {
	Ids []*string `type:"list"`
	// contains filtered or unexported fields
}

func (DeleteContactGroupByIdsInput) GoString added in v1.0.138

func (s DeleteContactGroupByIdsInput) GoString() string

GoString returns the string representation

func (*DeleteContactGroupByIdsInput) SetIds added in v1.0.138

SetIds sets the Ids field's value.

func (DeleteContactGroupByIdsInput) String added in v1.0.138

String returns the string representation

type DeleteContactGroupByIdsOutput added in v1.0.138

type DeleteContactGroupByIdsOutput struct {
	Metadata *response.ResponseMetadata

	Data []*string `type:"list"`
	// contains filtered or unexported fields
}

func (DeleteContactGroupByIdsOutput) GoString added in v1.0.138

GoString returns the string representation

func (*DeleteContactGroupByIdsOutput) SetData added in v1.0.138

SetData sets the Data field's value.

func (DeleteContactGroupByIdsOutput) String added in v1.0.138

String returns the string representation

type DeleteContactsByIdsInput added in v1.0.138

type DeleteContactsByIdsInput struct {
	Ids []*string `type:"list"`
	// contains filtered or unexported fields
}

func (DeleteContactsByIdsInput) GoString added in v1.0.138

func (s DeleteContactsByIdsInput) GoString() string

GoString returns the string representation

func (*DeleteContactsByIdsInput) SetIds added in v1.0.138

SetIds sets the Ids field's value.

func (DeleteContactsByIdsInput) String added in v1.0.138

func (s DeleteContactsByIdsInput) String() string

String returns the string representation

type DeleteContactsByIdsOutput added in v1.0.138

type DeleteContactsByIdsOutput struct {
	Metadata *response.ResponseMetadata

	Data []*string `type:"list"`
	// contains filtered or unexported fields
}

func (DeleteContactsByIdsOutput) GoString added in v1.0.138

func (s DeleteContactsByIdsOutput) GoString() string

GoString returns the string representation

func (*DeleteContactsByIdsOutput) SetData added in v1.0.138

SetData sets the Data field's value.

func (DeleteContactsByIdsOutput) String added in v1.0.138

func (s DeleteContactsByIdsOutput) String() string

String returns the string representation

type DeleteObjectGroupInput added in v1.0.137

type DeleteObjectGroupInput struct {

	// Id is a required field
	Id *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DeleteObjectGroupInput) GoString added in v1.0.137

func (s DeleteObjectGroupInput) GoString() string

GoString returns the string representation

func (*DeleteObjectGroupInput) SetId added in v1.0.137

SetId sets the Id field's value.

func (DeleteObjectGroupInput) String added in v1.0.137

func (s DeleteObjectGroupInput) String() string

String returns the string representation

func (*DeleteObjectGroupInput) Validate added in v1.0.137

func (s *DeleteObjectGroupInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteObjectGroupOutput added in v1.0.137

type DeleteObjectGroupOutput struct {
	Metadata *response.ResponseMetadata

	Data *string `type:"string"`
	// contains filtered or unexported fields
}

func (DeleteObjectGroupOutput) GoString added in v1.0.137

func (s DeleteObjectGroupOutput) GoString() string

GoString returns the string representation

func (*DeleteObjectGroupOutput) SetData added in v1.0.137

SetData sets the Data field's value.

func (DeleteObjectGroupOutput) String added in v1.0.137

func (s DeleteObjectGroupOutput) String() string

String returns the string representation

type DimensionForGetMetricDataInput added in v1.0.48

type DimensionForGetMetricDataInput struct {
	Name *string `type:"string"`

	Value *string `type:"string"`
	// contains filtered or unexported fields
}

func (DimensionForGetMetricDataInput) GoString added in v1.0.48

GoString returns the string representation

func (*DimensionForGetMetricDataInput) SetName added in v1.0.48

SetName sets the Name field's value.

func (*DimensionForGetMetricDataInput) SetValue added in v1.0.48

SetValue sets the Value field's value.

func (DimensionForGetMetricDataInput) String added in v1.0.48

String returns the string representation

type DimensionForGetMetricDataOutput added in v1.0.48

type DimensionForGetMetricDataOutput struct {
	Name *string `type:"string"`

	Value *string `type:"string"`
	// contains filtered or unexported fields
}

func (DimensionForGetMetricDataOutput) GoString added in v1.0.48

GoString returns the string representation

func (*DimensionForGetMetricDataOutput) SetName added in v1.0.48

SetName sets the Name field's value.

func (*DimensionForGetMetricDataOutput) SetValue added in v1.0.48

SetValue sets the Value field's value.

func (DimensionForGetMetricDataOutput) String added in v1.0.48

String returns the string representation

type DimensionForGetTopDataInput added in v1.0.89

type DimensionForGetTopDataInput struct {
	Name *string `type:"string"`

	Value *string `type:"string"`
	// contains filtered or unexported fields
}

func (DimensionForGetTopDataInput) GoString added in v1.0.89

func (s DimensionForGetTopDataInput) GoString() string

GoString returns the string representation

func (*DimensionForGetTopDataInput) SetName added in v1.0.89

SetName sets the Name field's value.

func (*DimensionForGetTopDataInput) SetValue added in v1.0.89

SetValue sets the Value field's value.

func (DimensionForGetTopDataInput) String added in v1.0.89

String returns the string representation

type GetMetricDataInput added in v1.0.48

type GetMetricDataInput struct {
	EndTime *int64 `type:"integer"`

	GroupBy []*string `type:"list"`

	Instances []*InstanceForGetMetricDataInput `type:"list"`

	MetricName *string `type:"string"`

	Namespace *string `type:"string"`

	Period *string `type:"string"`

	StartTime *int64 `type:"integer"`

	SubNamespace *string `type:"string"`
	// contains filtered or unexported fields
}

func (GetMetricDataInput) GoString added in v1.0.48

func (s GetMetricDataInput) GoString() string

GoString returns the string representation

func (*GetMetricDataInput) SetEndTime added in v1.0.48

func (s *GetMetricDataInput) SetEndTime(v int64) *GetMetricDataInput

SetEndTime sets the EndTime field's value.

func (*GetMetricDataInput) SetGroupBy added in v1.0.97

func (s *GetMetricDataInput) SetGroupBy(v []*string) *GetMetricDataInput

SetGroupBy sets the GroupBy field's value.

func (*GetMetricDataInput) SetInstances added in v1.0.48

SetInstances sets the Instances field's value.

func (*GetMetricDataInput) SetMetricName added in v1.0.48

func (s *GetMetricDataInput) SetMetricName(v string) *GetMetricDataInput

SetMetricName sets the MetricName field's value.

func (*GetMetricDataInput) SetNamespace added in v1.0.48

func (s *GetMetricDataInput) SetNamespace(v string) *GetMetricDataInput

SetNamespace sets the Namespace field's value.

func (*GetMetricDataInput) SetPeriod added in v1.0.48

func (s *GetMetricDataInput) SetPeriod(v string) *GetMetricDataInput

SetPeriod sets the Period field's value.

func (*GetMetricDataInput) SetStartTime added in v1.0.48

func (s *GetMetricDataInput) SetStartTime(v int64) *GetMetricDataInput

SetStartTime sets the StartTime field's value.

func (*GetMetricDataInput) SetSubNamespace added in v1.0.48

func (s *GetMetricDataInput) SetSubNamespace(v string) *GetMetricDataInput

SetSubNamespace sets the SubNamespace field's value.

func (GetMetricDataInput) String added in v1.0.48

func (s GetMetricDataInput) String() string

String returns the string representation

type GetMetricDataOutput added in v1.0.48

type GetMetricDataOutput struct {
	Metadata *response.ResponseMetadata

	Data *DataForGetMetricDataOutput `type:"structure"`
	// contains filtered or unexported fields
}

func (GetMetricDataOutput) GoString added in v1.0.48

func (s GetMetricDataOutput) GoString() string

GoString returns the string representation

func (*GetMetricDataOutput) SetData added in v1.0.48

SetData sets the Data field's value.

func (GetMetricDataOutput) String added in v1.0.48

func (s GetMetricDataOutput) String() string

String returns the string representation

type GetTopDataInput added in v1.0.89

type GetTopDataInput struct {
	Asc *bool `type:"boolean"`

	EndTime *int64 `type:"integer"`

	GroupBy []*string `type:"list"`

	Instances []*InstanceForGetTopDataInput `type:"list"`

	MetricNames []*string `type:"list"`

	Namespace *string `type:"string"`

	OrderByMetricName *string `type:"string"`

	StartTime *int64 `type:"integer"`

	SubNamespace *string `type:"string"`

	TopN *int64 `type:"integer"`
	// contains filtered or unexported fields
}

func (GetTopDataInput) GoString added in v1.0.89

func (s GetTopDataInput) GoString() string

GoString returns the string representation

func (*GetTopDataInput) SetAsc added in v1.0.89

func (s *GetTopDataInput) SetAsc(v bool) *GetTopDataInput

SetAsc sets the Asc field's value.

func (*GetTopDataInput) SetEndTime added in v1.0.89

func (s *GetTopDataInput) SetEndTime(v int64) *GetTopDataInput

SetEndTime sets the EndTime field's value.

func (*GetTopDataInput) SetGroupBy added in v1.0.89

func (s *GetTopDataInput) SetGroupBy(v []*string) *GetTopDataInput

SetGroupBy sets the GroupBy field's value.

func (*GetTopDataInput) SetInstances added in v1.0.89

SetInstances sets the Instances field's value.

func (*GetTopDataInput) SetMetricNames added in v1.0.89

func (s *GetTopDataInput) SetMetricNames(v []*string) *GetTopDataInput

SetMetricNames sets the MetricNames field's value.

func (*GetTopDataInput) SetNamespace added in v1.0.89

func (s *GetTopDataInput) SetNamespace(v string) *GetTopDataInput

SetNamespace sets the Namespace field's value.

func (*GetTopDataInput) SetOrderByMetricName added in v1.0.89

func (s *GetTopDataInput) SetOrderByMetricName(v string) *GetTopDataInput

SetOrderByMetricName sets the OrderByMetricName field's value.

func (*GetTopDataInput) SetStartTime added in v1.0.89

func (s *GetTopDataInput) SetStartTime(v int64) *GetTopDataInput

SetStartTime sets the StartTime field's value.

func (*GetTopDataInput) SetSubNamespace added in v1.0.89

func (s *GetTopDataInput) SetSubNamespace(v string) *GetTopDataInput

SetSubNamespace sets the SubNamespace field's value.

func (*GetTopDataInput) SetTopN added in v1.0.89

func (s *GetTopDataInput) SetTopN(v int64) *GetTopDataInput

SetTopN sets the TopN field's value.

func (GetTopDataInput) String added in v1.0.89

func (s GetTopDataInput) String() string

String returns the string representation

type GetTopDataOutput added in v1.0.89

type GetTopDataOutput struct {
	Metadata *response.ResponseMetadata

	Data *DataForGetTopDataOutput `type:"structure"`
	// contains filtered or unexported fields
}

func (GetTopDataOutput) GoString added in v1.0.89

func (s GetTopDataOutput) GoString() string

GoString returns the string representation

func (*GetTopDataOutput) SetData added in v1.0.89

SetData sets the Data field's value.

func (GetTopDataOutput) String added in v1.0.89

func (s GetTopDataOutput) String() string

String returns the string representation

type InstanceForGetMetricDataInput added in v1.0.48

type InstanceForGetMetricDataInput struct {
	Dimensions []*DimensionForGetMetricDataInput `type:"list"`
	// contains filtered or unexported fields
}

func (InstanceForGetMetricDataInput) GoString added in v1.0.48

GoString returns the string representation

func (*InstanceForGetMetricDataInput) SetDimensions added in v1.0.48

SetDimensions sets the Dimensions field's value.

func (InstanceForGetMetricDataInput) String added in v1.0.48

String returns the string representation

type InstanceForGetTopDataInput added in v1.0.89

type InstanceForGetTopDataInput struct {
	Dimensions []*DimensionForGetTopDataInput `type:"list"`
	// contains filtered or unexported fields
}

func (InstanceForGetTopDataInput) GoString added in v1.0.89

func (s InstanceForGetTopDataInput) GoString() string

GoString returns the string representation

func (*InstanceForGetTopDataInput) SetDimensions added in v1.0.89

SetDimensions sets the Dimensions field's value.

func (InstanceForGetTopDataInput) String added in v1.0.89

String returns the string representation

type ListContactGroupByIdsInput added in v1.0.138

type ListContactGroupByIdsInput struct {
	Ids []*string `type:"list"`
	// contains filtered or unexported fields
}

func (ListContactGroupByIdsInput) GoString added in v1.0.138

func (s ListContactGroupByIdsInput) GoString() string

GoString returns the string representation

func (*ListContactGroupByIdsInput) SetIds added in v1.0.138

SetIds sets the Ids field's value.

func (ListContactGroupByIdsInput) String added in v1.0.138

String returns the string representation

type ListContactGroupByIdsOutput added in v1.0.138

type ListContactGroupByIdsOutput struct {
	Metadata *response.ResponseMetadata

	Data []*DataForListContactGroupByIdsOutput `type:"list"`
	// contains filtered or unexported fields
}

func (ListContactGroupByIdsOutput) GoString added in v1.0.138

func (s ListContactGroupByIdsOutput) GoString() string

GoString returns the string representation

func (*ListContactGroupByIdsOutput) SetData added in v1.0.138

SetData sets the Data field's value.

func (ListContactGroupByIdsOutput) String added in v1.0.138

String returns the string representation

type ListContactGroupsInput added in v1.0.138

type ListContactGroupsInput struct {
	Name *string `type:"string"`

	PageNumber *int64 `type:"integer"`

	PageSize *int64 `type:"integer"`
	// contains filtered or unexported fields
}

func (ListContactGroupsInput) GoString added in v1.0.138

func (s ListContactGroupsInput) GoString() string

GoString returns the string representation

func (*ListContactGroupsInput) SetName added in v1.0.138

SetName sets the Name field's value.

func (*ListContactGroupsInput) SetPageNumber added in v1.0.138

SetPageNumber sets the PageNumber field's value.

func (*ListContactGroupsInput) SetPageSize added in v1.0.138

SetPageSize sets the PageSize field's value.

func (ListContactGroupsInput) String added in v1.0.138

func (s ListContactGroupsInput) String() string

String returns the string representation

type ListContactGroupsOutput added in v1.0.138

type ListContactGroupsOutput struct {
	Metadata *response.ResponseMetadata

	Data []*DataForListContactGroupsOutput `type:"list"`

	PageNumber *int64 `type:"integer"`

	PageSize *int64 `type:"integer"`

	TotalCount *int64 `type:"integer"`
	// contains filtered or unexported fields
}

func (ListContactGroupsOutput) GoString added in v1.0.138

func (s ListContactGroupsOutput) GoString() string

GoString returns the string representation

func (*ListContactGroupsOutput) SetData added in v1.0.138

SetData sets the Data field's value.

func (*ListContactGroupsOutput) SetPageNumber added in v1.0.138

SetPageNumber sets the PageNumber field's value.

func (*ListContactGroupsOutput) SetPageSize added in v1.0.138

SetPageSize sets the PageSize field's value.

func (*ListContactGroupsOutput) SetTotalCount added in v1.0.138

SetTotalCount sets the TotalCount field's value.

func (ListContactGroupsOutput) String added in v1.0.138

func (s ListContactGroupsOutput) String() string

String returns the string representation

type ListContactsByIdsInput added in v1.0.138

type ListContactsByIdsInput struct {
	Ids []*string `type:"list"`
	// contains filtered or unexported fields
}

func (ListContactsByIdsInput) GoString added in v1.0.138

func (s ListContactsByIdsInput) GoString() string

GoString returns the string representation

func (*ListContactsByIdsInput) SetIds added in v1.0.138

SetIds sets the Ids field's value.

func (ListContactsByIdsInput) String added in v1.0.138

func (s ListContactsByIdsInput) String() string

String returns the string representation

type ListContactsByIdsOutput added in v1.0.138

type ListContactsByIdsOutput struct {
	Metadata *response.ResponseMetadata

	Data []*DataForListContactsByIdsOutput `type:"list"`
	// contains filtered or unexported fields
}

func (ListContactsByIdsOutput) GoString added in v1.0.138

func (s ListContactsByIdsOutput) GoString() string

GoString returns the string representation

func (*ListContactsByIdsOutput) SetData added in v1.0.138

SetData sets the Data field's value.

func (ListContactsByIdsOutput) String added in v1.0.138

func (s ListContactsByIdsOutput) String() string

String returns the string representation

type ListContactsInput added in v1.0.138

type ListContactsInput struct {
	Email *string `type:"string"`

	Name *string `type:"string"`

	PageNumber *int64 `type:"integer"`

	PageSize *int64 `type:"integer"`

	Phone *string `type:"string"`
	// contains filtered or unexported fields
}

func (ListContactsInput) GoString added in v1.0.138

func (s ListContactsInput) GoString() string

GoString returns the string representation

func (*ListContactsInput) SetEmail added in v1.0.138

func (s *ListContactsInput) SetEmail(v string) *ListContactsInput

SetEmail sets the Email field's value.

func (*ListContactsInput) SetName added in v1.0.138

SetName sets the Name field's value.

func (*ListContactsInput) SetPageNumber added in v1.0.138

func (s *ListContactsInput) SetPageNumber(v int64) *ListContactsInput

SetPageNumber sets the PageNumber field's value.

func (*ListContactsInput) SetPageSize added in v1.0.138

func (s *ListContactsInput) SetPageSize(v int64) *ListContactsInput

SetPageSize sets the PageSize field's value.

func (*ListContactsInput) SetPhone added in v1.0.138

func (s *ListContactsInput) SetPhone(v string) *ListContactsInput

SetPhone sets the Phone field's value.

func (ListContactsInput) String added in v1.0.138

func (s ListContactsInput) String() string

String returns the string representation

type ListContactsOutput added in v1.0.138

type ListContactsOutput struct {
	Metadata *response.ResponseMetadata

	Data []*DataForListContactsOutput `type:"list"`

	PageNumber *int64 `type:"integer"`

	PageSize *int64 `type:"integer"`

	TotalCount *int64 `type:"integer"`
	// contains filtered or unexported fields
}

func (ListContactsOutput) GoString added in v1.0.138

func (s ListContactsOutput) GoString() string

GoString returns the string representation

func (*ListContactsOutput) SetData added in v1.0.138

SetData sets the Data field's value.

func (*ListContactsOutput) SetPageNumber added in v1.0.138

func (s *ListContactsOutput) SetPageNumber(v int64) *ListContactsOutput

SetPageNumber sets the PageNumber field's value.

func (*ListContactsOutput) SetPageSize added in v1.0.138

func (s *ListContactsOutput) SetPageSize(v int64) *ListContactsOutput

SetPageSize sets the PageSize field's value.

func (*ListContactsOutput) SetTotalCount added in v1.0.138

func (s *ListContactsOutput) SetTotalCount(v int64) *ListContactsOutput

SetTotalCount sets the TotalCount field's value.

func (ListContactsOutput) String added in v1.0.138

func (s ListContactsOutput) String() string

String returns the string representation

type ListEventsInput added in v1.0.137

type ListEventsInput struct {
	Asc *bool `type:"boolean"`

	EndTime *int64 `type:"integer"`

	EventType []*string `type:"list"`

	ID []*string `type:"list"`

	OrderBy *string `type:"string" enum:"EnumOfOrderByForListEventsInput"`

	PageNumber *int64 `type:"integer"`

	PageSize *int64 `type:"integer"`

	Region *string `type:"string"`

	Source []*string `type:"list"`

	StartTime *int64 `type:"integer"`
	// contains filtered or unexported fields
}

func (ListEventsInput) GoString added in v1.0.137

func (s ListEventsInput) GoString() string

GoString returns the string representation

func (*ListEventsInput) SetAsc added in v1.0.137

func (s *ListEventsInput) SetAsc(v bool) *ListEventsInput

SetAsc sets the Asc field's value.

func (*ListEventsInput) SetEndTime added in v1.0.137

func (s *ListEventsInput) SetEndTime(v int64) *ListEventsInput

SetEndTime sets the EndTime field's value.

func (*ListEventsInput) SetEventType added in v1.0.137

func (s *ListEventsInput) SetEventType(v []*string) *ListEventsInput

SetEventType sets the EventType field's value.

func (*ListEventsInput) SetID added in v1.0.137

func (s *ListEventsInput) SetID(v []*string) *ListEventsInput

SetID sets the ID field's value.

func (*ListEventsInput) SetOrderBy added in v1.0.137

func (s *ListEventsInput) SetOrderBy(v string) *ListEventsInput

SetOrderBy sets the OrderBy field's value.

func (*ListEventsInput) SetPageNumber added in v1.0.137

func (s *ListEventsInput) SetPageNumber(v int64) *ListEventsInput

SetPageNumber sets the PageNumber field's value.

func (*ListEventsInput) SetPageSize added in v1.0.137

func (s *ListEventsInput) SetPageSize(v int64) *ListEventsInput

SetPageSize sets the PageSize field's value.

func (*ListEventsInput) SetRegion added in v1.0.137

func (s *ListEventsInput) SetRegion(v string) *ListEventsInput

SetRegion sets the Region field's value.

func (*ListEventsInput) SetSource added in v1.0.137

func (s *ListEventsInput) SetSource(v []*string) *ListEventsInput

SetSource sets the Source field's value.

func (*ListEventsInput) SetStartTime added in v1.0.137

func (s *ListEventsInput) SetStartTime(v int64) *ListEventsInput

SetStartTime sets the StartTime field's value.

func (ListEventsInput) String added in v1.0.137

func (s ListEventsInput) String() string

String returns the string representation

type ListEventsOutput added in v1.0.137

type ListEventsOutput struct {
	Metadata *response.ResponseMetadata

	Asc *bool `type:"boolean"`

	Data []*DataForListEventsOutput `type:"list"`

	OrderBy *string `type:"string"`

	PageNumber *int64 `type:"integer"`

	PageSize *int64 `type:"integer"`

	TotalCount *int64 `type:"integer"`
	// contains filtered or unexported fields
}

func (ListEventsOutput) GoString added in v1.0.137

func (s ListEventsOutput) GoString() string

GoString returns the string representation

func (*ListEventsOutput) SetAsc added in v1.0.137

func (s *ListEventsOutput) SetAsc(v bool) *ListEventsOutput

SetAsc sets the Asc field's value.

func (*ListEventsOutput) SetData added in v1.0.137

SetData sets the Data field's value.

func (*ListEventsOutput) SetOrderBy added in v1.0.137

func (s *ListEventsOutput) SetOrderBy(v string) *ListEventsOutput

SetOrderBy sets the OrderBy field's value.

func (*ListEventsOutput) SetPageNumber added in v1.0.137

func (s *ListEventsOutput) SetPageNumber(v int64) *ListEventsOutput

SetPageNumber sets the PageNumber field's value.

func (*ListEventsOutput) SetPageSize added in v1.0.137

func (s *ListEventsOutput) SetPageSize(v int64) *ListEventsOutput

SetPageSize sets the PageSize field's value.

func (*ListEventsOutput) SetTotalCount added in v1.0.137

func (s *ListEventsOutput) SetTotalCount(v int64) *ListEventsOutput

SetTotalCount sets the TotalCount field's value.

func (ListEventsOutput) String added in v1.0.137

func (s ListEventsOutput) String() string

String returns the string representation

type ListObjectGroupsInput added in v1.0.137

type ListObjectGroupsInput struct {
	Ids []*string `type:"list"`

	Name *string `type:"string"`

	PageNumber *int64 `type:"integer"`

	PageSize *int64 `type:"integer"`
	// contains filtered or unexported fields
}

func (ListObjectGroupsInput) GoString added in v1.0.137

func (s ListObjectGroupsInput) GoString() string

GoString returns the string representation

func (*ListObjectGroupsInput) SetIds added in v1.0.137

SetIds sets the Ids field's value.

func (*ListObjectGroupsInput) SetName added in v1.0.137

SetName sets the Name field's value.

func (*ListObjectGroupsInput) SetPageNumber added in v1.0.137

func (s *ListObjectGroupsInput) SetPageNumber(v int64) *ListObjectGroupsInput

SetPageNumber sets the PageNumber field's value.

func (*ListObjectGroupsInput) SetPageSize added in v1.0.137

SetPageSize sets the PageSize field's value.

func (ListObjectGroupsInput) String added in v1.0.137

func (s ListObjectGroupsInput) String() string

String returns the string representation

type ListObjectGroupsOutput added in v1.0.137

type ListObjectGroupsOutput struct {
	Metadata *response.ResponseMetadata

	Data []*DataForListObjectGroupsOutput `type:"list"`

	PageNumber *int64 `type:"integer"`

	PageSize *int64 `type:"integer"`

	TotalCount *int64 `type:"integer"`
	// contains filtered or unexported fields
}

func (ListObjectGroupsOutput) GoString added in v1.0.137

func (s ListObjectGroupsOutput) GoString() string

GoString returns the string representation

func (*ListObjectGroupsOutput) SetData added in v1.0.137

SetData sets the Data field's value.

func (*ListObjectGroupsOutput) SetPageNumber added in v1.0.137

SetPageNumber sets the PageNumber field's value.

func (*ListObjectGroupsOutput) SetPageSize added in v1.0.137

SetPageSize sets the PageSize field's value.

func (*ListObjectGroupsOutput) SetTotalCount added in v1.0.137

SetTotalCount sets the TotalCount field's value.

func (ListObjectGroupsOutput) String added in v1.0.137

func (s ListObjectGroupsOutput) String() string

String returns the string representation

type MetricDataResultForGetMetricDataOutput added in v1.0.48

type MetricDataResultForGetMetricDataOutput struct {
	DataPoints []*DataPointForGetMetricDataOutput `type:"list"`

	Dimensions []*DimensionForGetMetricDataOutput `type:"list"`

	Legend *string `type:"string"`
	// contains filtered or unexported fields
}

func (MetricDataResultForGetMetricDataOutput) GoString added in v1.0.48

GoString returns the string representation

func (*MetricDataResultForGetMetricDataOutput) SetDataPoints added in v1.0.48

SetDataPoints sets the DataPoints field's value.

func (*MetricDataResultForGetMetricDataOutput) SetDimensions added in v1.0.48

SetDimensions sets the Dimensions field's value.

func (*MetricDataResultForGetMetricDataOutput) SetLegend added in v1.0.48

SetLegend sets the Legend field's value.

func (MetricDataResultForGetMetricDataOutput) String added in v1.0.48

String returns the string representation

type ObjectForCreateObjectGroupInput added in v1.0.137

type ObjectForCreateObjectGroupInput struct {
	Dimensions map[string][]*string `type:"map"`

	Namespace *string `type:"string"`

	Region *string `type:"string"`
	// contains filtered or unexported fields
}

func (ObjectForCreateObjectGroupInput) GoString added in v1.0.137

GoString returns the string representation

func (*ObjectForCreateObjectGroupInput) SetDimensions added in v1.0.137

SetDimensions sets the Dimensions field's value.

func (*ObjectForCreateObjectGroupInput) SetNamespace added in v1.0.137

SetNamespace sets the Namespace field's value.

func (*ObjectForCreateObjectGroupInput) SetRegion added in v1.0.137

SetRegion sets the Region field's value.

func (ObjectForCreateObjectGroupInput) String added in v1.0.137

String returns the string representation

type ObjectForListObjectGroupsOutput added in v1.0.137

type ObjectForListObjectGroupsOutput struct {
	Dimensions map[string][]*string `type:"map"`

	Id *string `type:"string"`

	Namespace *string `type:"string"`

	Region *string `type:"string"`

	Type *string `type:"string"`
	// contains filtered or unexported fields
}

func (ObjectForListObjectGroupsOutput) GoString added in v1.0.137

GoString returns the string representation

func (*ObjectForListObjectGroupsOutput) SetDimensions added in v1.0.137

SetDimensions sets the Dimensions field's value.

func (*ObjectForListObjectGroupsOutput) SetId added in v1.0.137

SetId sets the Id field's value.

func (*ObjectForListObjectGroupsOutput) SetNamespace added in v1.0.137

SetNamespace sets the Namespace field's value.

func (*ObjectForListObjectGroupsOutput) SetRegion added in v1.0.137

SetRegion sets the Region field's value.

func (*ObjectForListObjectGroupsOutput) SetType added in v1.0.137

SetType sets the Type field's value.

func (ObjectForListObjectGroupsOutput) String added in v1.0.137

String returns the string representation

type ObjectForUpdateObjectGroupInput added in v1.0.137

type ObjectForUpdateObjectGroupInput struct {
	Dimensions map[string][]*string `type:"map"`

	Namespace *string `type:"string"`

	Region *string `type:"string"`
	// contains filtered or unexported fields
}

func (ObjectForUpdateObjectGroupInput) GoString added in v1.0.137

GoString returns the string representation

func (*ObjectForUpdateObjectGroupInput) SetDimensions added in v1.0.137

SetDimensions sets the Dimensions field's value.

func (*ObjectForUpdateObjectGroupInput) SetNamespace added in v1.0.137

SetNamespace sets the Namespace field's value.

func (*ObjectForUpdateObjectGroupInput) SetRegion added in v1.0.137

SetRegion sets the Region field's value.

func (ObjectForUpdateObjectGroupInput) String added in v1.0.137

String returns the string representation

type TopDataResultForGetTopDataOutput added in v1.0.89

type TopDataResultForGetTopDataOutput struct {
	GroupKeys map[string]*interface{} `type:"map"`

	MetricData map[string]*interface{} `type:"map"`
	// contains filtered or unexported fields
}

func (TopDataResultForGetTopDataOutput) GoString added in v1.0.89

GoString returns the string representation

func (*TopDataResultForGetTopDataOutput) SetGroupKeys added in v1.0.89

func (s *TopDataResultForGetTopDataOutput) SetGroupKeys(v map[string]*interface{}) *TopDataResultForGetTopDataOutput

SetGroupKeys sets the GroupKeys field's value.

func (*TopDataResultForGetTopDataOutput) SetMetricData added in v1.0.89

func (s *TopDataResultForGetTopDataOutput) SetMetricData(v map[string]*interface{}) *TopDataResultForGetTopDataOutput

SetMetricData sets the MetricData field's value.

func (TopDataResultForGetTopDataOutput) String added in v1.0.89

String returns the string representation

type UpdateContactGroupInput added in v1.0.138

type UpdateContactGroupInput struct {
	Description *string `type:"string"`

	// Id is a required field
	Id *string `type:"string" required:"true"`

	Name *string `type:"string"`
	// contains filtered or unexported fields
}

func (UpdateContactGroupInput) GoString added in v1.0.138

func (s UpdateContactGroupInput) GoString() string

GoString returns the string representation

func (*UpdateContactGroupInput) SetDescription added in v1.0.138

SetDescription sets the Description field's value.

func (*UpdateContactGroupInput) SetId added in v1.0.138

SetId sets the Id field's value.

func (*UpdateContactGroupInput) SetName added in v1.0.138

SetName sets the Name field's value.

func (UpdateContactGroupInput) String added in v1.0.138

func (s UpdateContactGroupInput) String() string

String returns the string representation

func (*UpdateContactGroupInput) Validate added in v1.0.138

func (s *UpdateContactGroupInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type UpdateContactGroupOutput added in v1.0.138

type UpdateContactGroupOutput struct {
	Metadata *response.ResponseMetadata

	Data []*string `type:"list"`
	// contains filtered or unexported fields
}

func (UpdateContactGroupOutput) GoString added in v1.0.138

func (s UpdateContactGroupOutput) GoString() string

GoString returns the string representation

func (*UpdateContactGroupOutput) SetData added in v1.0.138

SetData sets the Data field's value.

func (UpdateContactGroupOutput) String added in v1.0.138

func (s UpdateContactGroupOutput) String() string

String returns the string representation

type UpdateContactGroupWithContactsInput added in v1.0.138

type UpdateContactGroupWithContactsInput struct {
	ContactsIdList []*string `type:"list"`

	// Id is a required field
	Id *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (UpdateContactGroupWithContactsInput) GoString added in v1.0.138

GoString returns the string representation

func (*UpdateContactGroupWithContactsInput) SetContactsIdList added in v1.0.138

SetContactsIdList sets the ContactsIdList field's value.

func (*UpdateContactGroupWithContactsInput) SetId added in v1.0.138

SetId sets the Id field's value.

func (UpdateContactGroupWithContactsInput) String added in v1.0.138

String returns the string representation

func (*UpdateContactGroupWithContactsInput) Validate added in v1.0.138

Validate inspects the fields of the type to determine if they are valid.

type UpdateContactGroupWithContactsOutput added in v1.0.138

type UpdateContactGroupWithContactsOutput struct {
	Metadata *response.ResponseMetadata

	Data []*string `type:"list"`
	// contains filtered or unexported fields
}

func (UpdateContactGroupWithContactsOutput) GoString added in v1.0.138

GoString returns the string representation

func (*UpdateContactGroupWithContactsOutput) SetData added in v1.0.138

SetData sets the Data field's value.

func (UpdateContactGroupWithContactsOutput) String added in v1.0.138

String returns the string representation

type UpdateContactsInput added in v1.0.138

type UpdateContactsInput struct {

	// Email is a required field
	Email *string `type:"string" required:"true"`

	// Id is a required field
	Id *string `type:"string" required:"true"`

	// Name is a required field
	Name *string `type:"string" required:"true"`

	Phone *string `type:"string"`
	// contains filtered or unexported fields
}

func (UpdateContactsInput) GoString added in v1.0.138

func (s UpdateContactsInput) GoString() string

GoString returns the string representation

func (*UpdateContactsInput) SetEmail added in v1.0.138

SetEmail sets the Email field's value.

func (*UpdateContactsInput) SetId added in v1.0.138

SetId sets the Id field's value.

func (*UpdateContactsInput) SetName added in v1.0.138

SetName sets the Name field's value.

func (*UpdateContactsInput) SetPhone added in v1.0.138

SetPhone sets the Phone field's value.

func (UpdateContactsInput) String added in v1.0.138

func (s UpdateContactsInput) String() string

String returns the string representation

func (*UpdateContactsInput) Validate added in v1.0.138

func (s *UpdateContactsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type UpdateContactsOutput added in v1.0.138

type UpdateContactsOutput struct {
	Metadata *response.ResponseMetadata

	Data []*string `type:"list"`
	// contains filtered or unexported fields
}

func (UpdateContactsOutput) GoString added in v1.0.138

func (s UpdateContactsOutput) GoString() string

GoString returns the string representation

func (*UpdateContactsOutput) SetData added in v1.0.138

SetData sets the Data field's value.

func (UpdateContactsOutput) String added in v1.0.138

func (s UpdateContactsOutput) String() string

String returns the string representation

type UpdateContactsWithContactGroupsInput added in v1.0.138

type UpdateContactsWithContactGroupsInput struct {
	ContactGroupIds []*string `type:"list"`

	// Id is a required field
	Id *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (UpdateContactsWithContactGroupsInput) GoString added in v1.0.138

GoString returns the string representation

func (*UpdateContactsWithContactGroupsInput) SetContactGroupIds added in v1.0.138

SetContactGroupIds sets the ContactGroupIds field's value.

func (*UpdateContactsWithContactGroupsInput) SetId added in v1.0.138

SetId sets the Id field's value.

func (UpdateContactsWithContactGroupsInput) String added in v1.0.138

String returns the string representation

func (*UpdateContactsWithContactGroupsInput) Validate added in v1.0.138

Validate inspects the fields of the type to determine if they are valid.

type UpdateContactsWithContactGroupsOutput added in v1.0.138

type UpdateContactsWithContactGroupsOutput struct {
	Metadata *response.ResponseMetadata

	Data []*string `type:"list"`
	// contains filtered or unexported fields
}

func (UpdateContactsWithContactGroupsOutput) GoString added in v1.0.138

GoString returns the string representation

func (*UpdateContactsWithContactGroupsOutput) SetData added in v1.0.138

SetData sets the Data field's value.

func (UpdateContactsWithContactGroupsOutput) String added in v1.0.138

String returns the string representation

type UpdateObjectGroupInput added in v1.0.137

type UpdateObjectGroupInput struct {

	// Id is a required field
	Id *string `type:"string" required:"true"`

	// Name is a required field
	Name *string `type:"string" required:"true"`

	Objects []*ObjectForUpdateObjectGroupInput `type:"list"`
	// contains filtered or unexported fields
}

func (UpdateObjectGroupInput) GoString added in v1.0.137

func (s UpdateObjectGroupInput) GoString() string

GoString returns the string representation

func (*UpdateObjectGroupInput) SetId added in v1.0.137

SetId sets the Id field's value.

func (*UpdateObjectGroupInput) SetName added in v1.0.137

SetName sets the Name field's value.

func (*UpdateObjectGroupInput) SetObjects added in v1.0.137

SetObjects sets the Objects field's value.

func (UpdateObjectGroupInput) String added in v1.0.137

func (s UpdateObjectGroupInput) String() string

String returns the string representation

func (*UpdateObjectGroupInput) Validate added in v1.0.137

func (s *UpdateObjectGroupInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type UpdateObjectGroupOutput added in v1.0.137

type UpdateObjectGroupOutput struct {
	Metadata *response.ResponseMetadata

	Data *string `type:"string"`
	// contains filtered or unexported fields
}

func (UpdateObjectGroupOutput) GoString added in v1.0.137

func (s UpdateObjectGroupOutput) GoString() string

GoString returns the string representation

func (*UpdateObjectGroupOutput) SetData added in v1.0.137

SetData sets the Data field's value.

func (UpdateObjectGroupOutput) String added in v1.0.137

func (s UpdateObjectGroupOutput) String() string

String returns the string representation

type VOLCOBSERVE

type VOLCOBSERVE struct {
	*client.Client
}

VOLCOBSERVE provides the API operation methods for making requests to VOLC_OBSERVE. See this package's package overview docs for details on the service.

VOLCOBSERVE methods are safe to use concurrently. It is not safe to modify mutate any of the struct's properties though.

func New

New create int can support ssl or region locate set

func (*VOLCOBSERVE) CreateContactGroup added in v1.0.138

func (c *VOLCOBSERVE) CreateContactGroup(input *CreateContactGroupInput) (*CreateContactGroupOutput, error)

CreateContactGroup API operation for VOLC_OBSERVE.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for VOLC_OBSERVE's API operation CreateContactGroup for usage and error information.

func (*VOLCOBSERVE) CreateContactGroupCommon added in v1.0.138

func (c *VOLCOBSERVE) CreateContactGroupCommon(input *map[string]interface{}) (*map[string]interface{}, error)

CreateContactGroupCommon API operation for VOLC_OBSERVE.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for VOLC_OBSERVE's API operation CreateContactGroupCommon for usage and error information.

func (*VOLCOBSERVE) CreateContactGroupCommonRequest added in v1.0.138

func (c *VOLCOBSERVE) CreateContactGroupCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

CreateContactGroupCommonRequest generates a "volcengine/request.Request" representing the client's request for the CreateContactGroupCommon operation. The "output" return value will be populated with the CreateContactGroupCommon request's response once the request completes successfully.

Use "Send" method on the returned CreateContactGroupCommon Request to send the API call to the service. the "output" return value is not valid until after CreateContactGroupCommon Send returns without error.

See CreateContactGroupCommon for more information on using the CreateContactGroupCommon API call, and error handling.

// Example sending a request using the CreateContactGroupCommonRequest method.
req, resp := client.CreateContactGroupCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*VOLCOBSERVE) CreateContactGroupCommonWithContext added in v1.0.138

func (c *VOLCOBSERVE) CreateContactGroupCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

CreateContactGroupCommonWithContext is the same as CreateContactGroupCommon with the addition of the ability to pass a context and additional request options.

See CreateContactGroupCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*VOLCOBSERVE) CreateContactGroupRequest added in v1.0.138

func (c *VOLCOBSERVE) CreateContactGroupRequest(input *CreateContactGroupInput) (req *request.Request, output *CreateContactGroupOutput)

CreateContactGroupRequest generates a "volcengine/request.Request" representing the client's request for the CreateContactGroup operation. The "output" return value will be populated with the CreateContactGroupCommon request's response once the request completes successfully.

Use "Send" method on the returned CreateContactGroupCommon Request to send the API call to the service. the "output" return value is not valid until after CreateContactGroupCommon Send returns without error.

See CreateContactGroup for more information on using the CreateContactGroup API call, and error handling.

// Example sending a request using the CreateContactGroupRequest method.
req, resp := client.CreateContactGroupRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*VOLCOBSERVE) CreateContactGroupWithContext added in v1.0.138

func (c *VOLCOBSERVE) CreateContactGroupWithContext(ctx volcengine.Context, input *CreateContactGroupInput, opts ...request.Option) (*CreateContactGroupOutput, error)

CreateContactGroupWithContext is the same as CreateContactGroup with the addition of the ability to pass a context and additional request options.

See CreateContactGroup for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*VOLCOBSERVE) CreateContacts added in v1.0.138

func (c *VOLCOBSERVE) CreateContacts(input *CreateContactsInput) (*CreateContactsOutput, error)

CreateContacts API operation for VOLC_OBSERVE.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for VOLC_OBSERVE's API operation CreateContacts for usage and error information.

func (*VOLCOBSERVE) CreateContactsCommon added in v1.0.138

func (c *VOLCOBSERVE) CreateContactsCommon(input *map[string]interface{}) (*map[string]interface{}, error)

CreateContactsCommon API operation for VOLC_OBSERVE.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for VOLC_OBSERVE's API operation CreateContactsCommon for usage and error information.

func (*VOLCOBSERVE) CreateContactsCommonRequest added in v1.0.138

func (c *VOLCOBSERVE) CreateContactsCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

CreateContactsCommonRequest generates a "volcengine/request.Request" representing the client's request for the CreateContactsCommon operation. The "output" return value will be populated with the CreateContactsCommon request's response once the request completes successfully.

Use "Send" method on the returned CreateContactsCommon Request to send the API call to the service. the "output" return value is not valid until after CreateContactsCommon Send returns without error.

See CreateContactsCommon for more information on using the CreateContactsCommon API call, and error handling.

// Example sending a request using the CreateContactsCommonRequest method.
req, resp := client.CreateContactsCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*VOLCOBSERVE) CreateContactsCommonWithContext added in v1.0.138

func (c *VOLCOBSERVE) CreateContactsCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

CreateContactsCommonWithContext is the same as CreateContactsCommon with the addition of the ability to pass a context and additional request options.

See CreateContactsCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*VOLCOBSERVE) CreateContactsRequest added in v1.0.138

func (c *VOLCOBSERVE) CreateContactsRequest(input *CreateContactsInput) (req *request.Request, output *CreateContactsOutput)

CreateContactsRequest generates a "volcengine/request.Request" representing the client's request for the CreateContacts operation. The "output" return value will be populated with the CreateContactsCommon request's response once the request completes successfully.

Use "Send" method on the returned CreateContactsCommon Request to send the API call to the service. the "output" return value is not valid until after CreateContactsCommon Send returns without error.

See CreateContacts for more information on using the CreateContacts API call, and error handling.

// Example sending a request using the CreateContactsRequest method.
req, resp := client.CreateContactsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*VOLCOBSERVE) CreateContactsWithContext added in v1.0.138

func (c *VOLCOBSERVE) CreateContactsWithContext(ctx volcengine.Context, input *CreateContactsInput, opts ...request.Option) (*CreateContactsOutput, error)

CreateContactsWithContext is the same as CreateContacts with the addition of the ability to pass a context and additional request options.

See CreateContacts for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*VOLCOBSERVE) CreateObjectGroup added in v1.0.137

func (c *VOLCOBSERVE) CreateObjectGroup(input *CreateObjectGroupInput) (*CreateObjectGroupOutput, error)

CreateObjectGroup API operation for VOLC_OBSERVE.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for VOLC_OBSERVE's API operation CreateObjectGroup for usage and error information.

func (*VOLCOBSERVE) CreateObjectGroupCommon added in v1.0.137

func (c *VOLCOBSERVE) CreateObjectGroupCommon(input *map[string]interface{}) (*map[string]interface{}, error)

CreateObjectGroupCommon API operation for VOLC_OBSERVE.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for VOLC_OBSERVE's API operation CreateObjectGroupCommon for usage and error information.

func (*VOLCOBSERVE) CreateObjectGroupCommonRequest added in v1.0.137

func (c *VOLCOBSERVE) CreateObjectGroupCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

CreateObjectGroupCommonRequest generates a "volcengine/request.Request" representing the client's request for the CreateObjectGroupCommon operation. The "output" return value will be populated with the CreateObjectGroupCommon request's response once the request completes successfully.

Use "Send" method on the returned CreateObjectGroupCommon Request to send the API call to the service. the "output" return value is not valid until after CreateObjectGroupCommon Send returns without error.

See CreateObjectGroupCommon for more information on using the CreateObjectGroupCommon API call, and error handling.

// Example sending a request using the CreateObjectGroupCommonRequest method.
req, resp := client.CreateObjectGroupCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*VOLCOBSERVE) CreateObjectGroupCommonWithContext added in v1.0.137

func (c *VOLCOBSERVE) CreateObjectGroupCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

CreateObjectGroupCommonWithContext is the same as CreateObjectGroupCommon with the addition of the ability to pass a context and additional request options.

See CreateObjectGroupCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*VOLCOBSERVE) CreateObjectGroupRequest added in v1.0.137

func (c *VOLCOBSERVE) CreateObjectGroupRequest(input *CreateObjectGroupInput) (req *request.Request, output *CreateObjectGroupOutput)

CreateObjectGroupRequest generates a "volcengine/request.Request" representing the client's request for the CreateObjectGroup operation. The "output" return value will be populated with the CreateObjectGroupCommon request's response once the request completes successfully.

Use "Send" method on the returned CreateObjectGroupCommon Request to send the API call to the service. the "output" return value is not valid until after CreateObjectGroupCommon Send returns without error.

See CreateObjectGroup for more information on using the CreateObjectGroup API call, and error handling.

// Example sending a request using the CreateObjectGroupRequest method.
req, resp := client.CreateObjectGroupRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*VOLCOBSERVE) CreateObjectGroupWithContext added in v1.0.137

func (c *VOLCOBSERVE) CreateObjectGroupWithContext(ctx volcengine.Context, input *CreateObjectGroupInput, opts ...request.Option) (*CreateObjectGroupOutput, error)

CreateObjectGroupWithContext is the same as CreateObjectGroup with the addition of the ability to pass a context and additional request options.

See CreateObjectGroup for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*VOLCOBSERVE) DeleteContactGroupByIds added in v1.0.138

func (c *VOLCOBSERVE) DeleteContactGroupByIds(input *DeleteContactGroupByIdsInput) (*DeleteContactGroupByIdsOutput, error)

DeleteContactGroupByIds API operation for VOLC_OBSERVE.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for VOLC_OBSERVE's API operation DeleteContactGroupByIds for usage and error information.

func (*VOLCOBSERVE) DeleteContactGroupByIdsCommon added in v1.0.138

func (c *VOLCOBSERVE) DeleteContactGroupByIdsCommon(input *map[string]interface{}) (*map[string]interface{}, error)

DeleteContactGroupByIdsCommon API operation for VOLC_OBSERVE.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for VOLC_OBSERVE's API operation DeleteContactGroupByIdsCommon for usage and error information.

func (*VOLCOBSERVE) DeleteContactGroupByIdsCommonRequest added in v1.0.138

func (c *VOLCOBSERVE) DeleteContactGroupByIdsCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

DeleteContactGroupByIdsCommonRequest generates a "volcengine/request.Request" representing the client's request for the DeleteContactGroupByIdsCommon operation. The "output" return value will be populated with the DeleteContactGroupByIdsCommon request's response once the request completes successfully.

Use "Send" method on the returned DeleteContactGroupByIdsCommon Request to send the API call to the service. the "output" return value is not valid until after DeleteContactGroupByIdsCommon Send returns without error.

See DeleteContactGroupByIdsCommon for more information on using the DeleteContactGroupByIdsCommon API call, and error handling.

// Example sending a request using the DeleteContactGroupByIdsCommonRequest method.
req, resp := client.DeleteContactGroupByIdsCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*VOLCOBSERVE) DeleteContactGroupByIdsCommonWithContext added in v1.0.138

func (c *VOLCOBSERVE) DeleteContactGroupByIdsCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

DeleteContactGroupByIdsCommonWithContext is the same as DeleteContactGroupByIdsCommon with the addition of the ability to pass a context and additional request options.

See DeleteContactGroupByIdsCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*VOLCOBSERVE) DeleteContactGroupByIdsRequest added in v1.0.138

func (c *VOLCOBSERVE) DeleteContactGroupByIdsRequest(input *DeleteContactGroupByIdsInput) (req *request.Request, output *DeleteContactGroupByIdsOutput)

DeleteContactGroupByIdsRequest generates a "volcengine/request.Request" representing the client's request for the DeleteContactGroupByIds operation. The "output" return value will be populated with the DeleteContactGroupByIdsCommon request's response once the request completes successfully.

Use "Send" method on the returned DeleteContactGroupByIdsCommon Request to send the API call to the service. the "output" return value is not valid until after DeleteContactGroupByIdsCommon Send returns without error.

See DeleteContactGroupByIds for more information on using the DeleteContactGroupByIds API call, and error handling.

// Example sending a request using the DeleteContactGroupByIdsRequest method.
req, resp := client.DeleteContactGroupByIdsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*VOLCOBSERVE) DeleteContactGroupByIdsWithContext added in v1.0.138

func (c *VOLCOBSERVE) DeleteContactGroupByIdsWithContext(ctx volcengine.Context, input *DeleteContactGroupByIdsInput, opts ...request.Option) (*DeleteContactGroupByIdsOutput, error)

DeleteContactGroupByIdsWithContext is the same as DeleteContactGroupByIds with the addition of the ability to pass a context and additional request options.

See DeleteContactGroupByIds for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*VOLCOBSERVE) DeleteContactsByIds added in v1.0.138

func (c *VOLCOBSERVE) DeleteContactsByIds(input *DeleteContactsByIdsInput) (*DeleteContactsByIdsOutput, error)

DeleteContactsByIds API operation for VOLC_OBSERVE.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for VOLC_OBSERVE's API operation DeleteContactsByIds for usage and error information.

func (*VOLCOBSERVE) DeleteContactsByIdsCommon added in v1.0.138

func (c *VOLCOBSERVE) DeleteContactsByIdsCommon(input *map[string]interface{}) (*map[string]interface{}, error)

DeleteContactsByIdsCommon API operation for VOLC_OBSERVE.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for VOLC_OBSERVE's API operation DeleteContactsByIdsCommon for usage and error information.

func (*VOLCOBSERVE) DeleteContactsByIdsCommonRequest added in v1.0.138

func (c *VOLCOBSERVE) DeleteContactsByIdsCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

DeleteContactsByIdsCommonRequest generates a "volcengine/request.Request" representing the client's request for the DeleteContactsByIdsCommon operation. The "output" return value will be populated with the DeleteContactsByIdsCommon request's response once the request completes successfully.

Use "Send" method on the returned DeleteContactsByIdsCommon Request to send the API call to the service. the "output" return value is not valid until after DeleteContactsByIdsCommon Send returns without error.

See DeleteContactsByIdsCommon for more information on using the DeleteContactsByIdsCommon API call, and error handling.

// Example sending a request using the DeleteContactsByIdsCommonRequest method.
req, resp := client.DeleteContactsByIdsCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*VOLCOBSERVE) DeleteContactsByIdsCommonWithContext added in v1.0.138

func (c *VOLCOBSERVE) DeleteContactsByIdsCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

DeleteContactsByIdsCommonWithContext is the same as DeleteContactsByIdsCommon with the addition of the ability to pass a context and additional request options.

See DeleteContactsByIdsCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*VOLCOBSERVE) DeleteContactsByIdsRequest added in v1.0.138

func (c *VOLCOBSERVE) DeleteContactsByIdsRequest(input *DeleteContactsByIdsInput) (req *request.Request, output *DeleteContactsByIdsOutput)

DeleteContactsByIdsRequest generates a "volcengine/request.Request" representing the client's request for the DeleteContactsByIds operation. The "output" return value will be populated with the DeleteContactsByIdsCommon request's response once the request completes successfully.

Use "Send" method on the returned DeleteContactsByIdsCommon Request to send the API call to the service. the "output" return value is not valid until after DeleteContactsByIdsCommon Send returns without error.

See DeleteContactsByIds for more information on using the DeleteContactsByIds API call, and error handling.

// Example sending a request using the DeleteContactsByIdsRequest method.
req, resp := client.DeleteContactsByIdsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*VOLCOBSERVE) DeleteContactsByIdsWithContext added in v1.0.138

func (c *VOLCOBSERVE) DeleteContactsByIdsWithContext(ctx volcengine.Context, input *DeleteContactsByIdsInput, opts ...request.Option) (*DeleteContactsByIdsOutput, error)

DeleteContactsByIdsWithContext is the same as DeleteContactsByIds with the addition of the ability to pass a context and additional request options.

See DeleteContactsByIds for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*VOLCOBSERVE) DeleteObjectGroup added in v1.0.137

func (c *VOLCOBSERVE) DeleteObjectGroup(input *DeleteObjectGroupInput) (*DeleteObjectGroupOutput, error)

DeleteObjectGroup API operation for VOLC_OBSERVE.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for VOLC_OBSERVE's API operation DeleteObjectGroup for usage and error information.

func (*VOLCOBSERVE) DeleteObjectGroupCommon added in v1.0.137

func (c *VOLCOBSERVE) DeleteObjectGroupCommon(input *map[string]interface{}) (*map[string]interface{}, error)

DeleteObjectGroupCommon API operation for VOLC_OBSERVE.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for VOLC_OBSERVE's API operation DeleteObjectGroupCommon for usage and error information.

func (*VOLCOBSERVE) DeleteObjectGroupCommonRequest added in v1.0.137

func (c *VOLCOBSERVE) DeleteObjectGroupCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

DeleteObjectGroupCommonRequest generates a "volcengine/request.Request" representing the client's request for the DeleteObjectGroupCommon operation. The "output" return value will be populated with the DeleteObjectGroupCommon request's response once the request completes successfully.

Use "Send" method on the returned DeleteObjectGroupCommon Request to send the API call to the service. the "output" return value is not valid until after DeleteObjectGroupCommon Send returns without error.

See DeleteObjectGroupCommon for more information on using the DeleteObjectGroupCommon API call, and error handling.

// Example sending a request using the DeleteObjectGroupCommonRequest method.
req, resp := client.DeleteObjectGroupCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*VOLCOBSERVE) DeleteObjectGroupCommonWithContext added in v1.0.137

func (c *VOLCOBSERVE) DeleteObjectGroupCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

DeleteObjectGroupCommonWithContext is the same as DeleteObjectGroupCommon with the addition of the ability to pass a context and additional request options.

See DeleteObjectGroupCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*VOLCOBSERVE) DeleteObjectGroupRequest added in v1.0.137

func (c *VOLCOBSERVE) DeleteObjectGroupRequest(input *DeleteObjectGroupInput) (req *request.Request, output *DeleteObjectGroupOutput)

DeleteObjectGroupRequest generates a "volcengine/request.Request" representing the client's request for the DeleteObjectGroup operation. The "output" return value will be populated with the DeleteObjectGroupCommon request's response once the request completes successfully.

Use "Send" method on the returned DeleteObjectGroupCommon Request to send the API call to the service. the "output" return value is not valid until after DeleteObjectGroupCommon Send returns without error.

See DeleteObjectGroup for more information on using the DeleteObjectGroup API call, and error handling.

// Example sending a request using the DeleteObjectGroupRequest method.
req, resp := client.DeleteObjectGroupRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*VOLCOBSERVE) DeleteObjectGroupWithContext added in v1.0.137

func (c *VOLCOBSERVE) DeleteObjectGroupWithContext(ctx volcengine.Context, input *DeleteObjectGroupInput, opts ...request.Option) (*DeleteObjectGroupOutput, error)

DeleteObjectGroupWithContext is the same as DeleteObjectGroup with the addition of the ability to pass a context and additional request options.

See DeleteObjectGroup for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*VOLCOBSERVE) GetMetricData added in v1.0.48

func (c *VOLCOBSERVE) GetMetricData(input *GetMetricDataInput) (*GetMetricDataOutput, error)

GetMetricData API operation for VOLC_OBSERVE.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for VOLC_OBSERVE's API operation GetMetricData for usage and error information.

func (*VOLCOBSERVE) GetMetricDataCommon added in v1.0.48

func (c *VOLCOBSERVE) GetMetricDataCommon(input *map[string]interface{}) (*map[string]interface{}, error)

GetMetricDataCommon API operation for VOLC_OBSERVE.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for VOLC_OBSERVE's API operation GetMetricDataCommon for usage and error information.

func (*VOLCOBSERVE) GetMetricDataCommonRequest added in v1.0.48

func (c *VOLCOBSERVE) GetMetricDataCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

GetMetricDataCommonRequest generates a "volcengine/request.Request" representing the client's request for the GetMetricDataCommon operation. The "output" return value will be populated with the GetMetricDataCommon request's response once the request completes successfully.

Use "Send" method on the returned GetMetricDataCommon Request to send the API call to the service. the "output" return value is not valid until after GetMetricDataCommon Send returns without error.

See GetMetricDataCommon for more information on using the GetMetricDataCommon API call, and error handling.

// Example sending a request using the GetMetricDataCommonRequest method.
req, resp := client.GetMetricDataCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*VOLCOBSERVE) GetMetricDataCommonWithContext added in v1.0.48

func (c *VOLCOBSERVE) GetMetricDataCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

GetMetricDataCommonWithContext is the same as GetMetricDataCommon with the addition of the ability to pass a context and additional request options.

See GetMetricDataCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*VOLCOBSERVE) GetMetricDataRequest added in v1.0.48

func (c *VOLCOBSERVE) GetMetricDataRequest(input *GetMetricDataInput) (req *request.Request, output *GetMetricDataOutput)

GetMetricDataRequest generates a "volcengine/request.Request" representing the client's request for the GetMetricData operation. The "output" return value will be populated with the GetMetricDataCommon request's response once the request completes successfully.

Use "Send" method on the returned GetMetricDataCommon Request to send the API call to the service. the "output" return value is not valid until after GetMetricDataCommon Send returns without error.

See GetMetricData for more information on using the GetMetricData API call, and error handling.

// Example sending a request using the GetMetricDataRequest method.
req, resp := client.GetMetricDataRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*VOLCOBSERVE) GetMetricDataWithContext added in v1.0.48

func (c *VOLCOBSERVE) GetMetricDataWithContext(ctx volcengine.Context, input *GetMetricDataInput, opts ...request.Option) (*GetMetricDataOutput, error)

GetMetricDataWithContext is the same as GetMetricData with the addition of the ability to pass a context and additional request options.

See GetMetricData for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*VOLCOBSERVE) GetTopData added in v1.0.89

func (c *VOLCOBSERVE) GetTopData(input *GetTopDataInput) (*GetTopDataOutput, error)

GetTopData API operation for VOLC_OBSERVE.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for VOLC_OBSERVE's API operation GetTopData for usage and error information.

func (*VOLCOBSERVE) GetTopDataCommon added in v1.0.89

func (c *VOLCOBSERVE) GetTopDataCommon(input *map[string]interface{}) (*map[string]interface{}, error)

GetTopDataCommon API operation for VOLC_OBSERVE.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for VOLC_OBSERVE's API operation GetTopDataCommon for usage and error information.

func (*VOLCOBSERVE) GetTopDataCommonRequest added in v1.0.89

func (c *VOLCOBSERVE) GetTopDataCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

GetTopDataCommonRequest generates a "volcengine/request.Request" representing the client's request for the GetTopDataCommon operation. The "output" return value will be populated with the GetTopDataCommon request's response once the request completes successfully.

Use "Send" method on the returned GetTopDataCommon Request to send the API call to the service. the "output" return value is not valid until after GetTopDataCommon Send returns without error.

See GetTopDataCommon for more information on using the GetTopDataCommon API call, and error handling.

// Example sending a request using the GetTopDataCommonRequest method.
req, resp := client.GetTopDataCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*VOLCOBSERVE) GetTopDataCommonWithContext added in v1.0.89

func (c *VOLCOBSERVE) GetTopDataCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

GetTopDataCommonWithContext is the same as GetTopDataCommon with the addition of the ability to pass a context and additional request options.

See GetTopDataCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*VOLCOBSERVE) GetTopDataRequest added in v1.0.89

func (c *VOLCOBSERVE) GetTopDataRequest(input *GetTopDataInput) (req *request.Request, output *GetTopDataOutput)

GetTopDataRequest generates a "volcengine/request.Request" representing the client's request for the GetTopData operation. The "output" return value will be populated with the GetTopDataCommon request's response once the request completes successfully.

Use "Send" method on the returned GetTopDataCommon Request to send the API call to the service. the "output" return value is not valid until after GetTopDataCommon Send returns without error.

See GetTopData for more information on using the GetTopData API call, and error handling.

// Example sending a request using the GetTopDataRequest method.
req, resp := client.GetTopDataRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*VOLCOBSERVE) GetTopDataWithContext added in v1.0.89

func (c *VOLCOBSERVE) GetTopDataWithContext(ctx volcengine.Context, input *GetTopDataInput, opts ...request.Option) (*GetTopDataOutput, error)

GetTopDataWithContext is the same as GetTopData with the addition of the ability to pass a context and additional request options.

See GetTopData for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*VOLCOBSERVE) ListContactGroupByIds added in v1.0.138

func (c *VOLCOBSERVE) ListContactGroupByIds(input *ListContactGroupByIdsInput) (*ListContactGroupByIdsOutput, error)

ListContactGroupByIds API operation for VOLC_OBSERVE.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for VOLC_OBSERVE's API operation ListContactGroupByIds for usage and error information.

func (*VOLCOBSERVE) ListContactGroupByIdsCommon added in v1.0.138

func (c *VOLCOBSERVE) ListContactGroupByIdsCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ListContactGroupByIdsCommon API operation for VOLC_OBSERVE.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for VOLC_OBSERVE's API operation ListContactGroupByIdsCommon for usage and error information.

func (*VOLCOBSERVE) ListContactGroupByIdsCommonRequest added in v1.0.138

func (c *VOLCOBSERVE) ListContactGroupByIdsCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

ListContactGroupByIdsCommonRequest generates a "volcengine/request.Request" representing the client's request for the ListContactGroupByIdsCommon operation. The "output" return value will be populated with the ListContactGroupByIdsCommon request's response once the request completes successfully.

Use "Send" method on the returned ListContactGroupByIdsCommon Request to send the API call to the service. the "output" return value is not valid until after ListContactGroupByIdsCommon Send returns without error.

See ListContactGroupByIdsCommon for more information on using the ListContactGroupByIdsCommon API call, and error handling.

// Example sending a request using the ListContactGroupByIdsCommonRequest method.
req, resp := client.ListContactGroupByIdsCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*VOLCOBSERVE) ListContactGroupByIdsCommonWithContext added in v1.0.138

func (c *VOLCOBSERVE) ListContactGroupByIdsCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

ListContactGroupByIdsCommonWithContext is the same as ListContactGroupByIdsCommon with the addition of the ability to pass a context and additional request options.

See ListContactGroupByIdsCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*VOLCOBSERVE) ListContactGroupByIdsRequest added in v1.0.138

func (c *VOLCOBSERVE) ListContactGroupByIdsRequest(input *ListContactGroupByIdsInput) (req *request.Request, output *ListContactGroupByIdsOutput)

ListContactGroupByIdsRequest generates a "volcengine/request.Request" representing the client's request for the ListContactGroupByIds operation. The "output" return value will be populated with the ListContactGroupByIdsCommon request's response once the request completes successfully.

Use "Send" method on the returned ListContactGroupByIdsCommon Request to send the API call to the service. the "output" return value is not valid until after ListContactGroupByIdsCommon Send returns without error.

See ListContactGroupByIds for more information on using the ListContactGroupByIds API call, and error handling.

// Example sending a request using the ListContactGroupByIdsRequest method.
req, resp := client.ListContactGroupByIdsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*VOLCOBSERVE) ListContactGroupByIdsWithContext added in v1.0.138

func (c *VOLCOBSERVE) ListContactGroupByIdsWithContext(ctx volcengine.Context, input *ListContactGroupByIdsInput, opts ...request.Option) (*ListContactGroupByIdsOutput, error)

ListContactGroupByIdsWithContext is the same as ListContactGroupByIds with the addition of the ability to pass a context and additional request options.

See ListContactGroupByIds for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*VOLCOBSERVE) ListContactGroups added in v1.0.138

func (c *VOLCOBSERVE) ListContactGroups(input *ListContactGroupsInput) (*ListContactGroupsOutput, error)

ListContactGroups API operation for VOLC_OBSERVE.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for VOLC_OBSERVE's API operation ListContactGroups for usage and error information.

func (*VOLCOBSERVE) ListContactGroupsCommon added in v1.0.138

func (c *VOLCOBSERVE) ListContactGroupsCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ListContactGroupsCommon API operation for VOLC_OBSERVE.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for VOLC_OBSERVE's API operation ListContactGroupsCommon for usage and error information.

func (*VOLCOBSERVE) ListContactGroupsCommonRequest added in v1.0.138

func (c *VOLCOBSERVE) ListContactGroupsCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

ListContactGroupsCommonRequest generates a "volcengine/request.Request" representing the client's request for the ListContactGroupsCommon operation. The "output" return value will be populated with the ListContactGroupsCommon request's response once the request completes successfully.

Use "Send" method on the returned ListContactGroupsCommon Request to send the API call to the service. the "output" return value is not valid until after ListContactGroupsCommon Send returns without error.

See ListContactGroupsCommon for more information on using the ListContactGroupsCommon API call, and error handling.

// Example sending a request using the ListContactGroupsCommonRequest method.
req, resp := client.ListContactGroupsCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*VOLCOBSERVE) ListContactGroupsCommonWithContext added in v1.0.138

func (c *VOLCOBSERVE) ListContactGroupsCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

ListContactGroupsCommonWithContext is the same as ListContactGroupsCommon with the addition of the ability to pass a context and additional request options.

See ListContactGroupsCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*VOLCOBSERVE) ListContactGroupsRequest added in v1.0.138

func (c *VOLCOBSERVE) ListContactGroupsRequest(input *ListContactGroupsInput) (req *request.Request, output *ListContactGroupsOutput)

ListContactGroupsRequest generates a "volcengine/request.Request" representing the client's request for the ListContactGroups operation. The "output" return value will be populated with the ListContactGroupsCommon request's response once the request completes successfully.

Use "Send" method on the returned ListContactGroupsCommon Request to send the API call to the service. the "output" return value is not valid until after ListContactGroupsCommon Send returns without error.

See ListContactGroups for more information on using the ListContactGroups API call, and error handling.

// Example sending a request using the ListContactGroupsRequest method.
req, resp := client.ListContactGroupsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*VOLCOBSERVE) ListContactGroupsWithContext added in v1.0.138

func (c *VOLCOBSERVE) ListContactGroupsWithContext(ctx volcengine.Context, input *ListContactGroupsInput, opts ...request.Option) (*ListContactGroupsOutput, error)

ListContactGroupsWithContext is the same as ListContactGroups with the addition of the ability to pass a context and additional request options.

See ListContactGroups for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*VOLCOBSERVE) ListContacts added in v1.0.138

func (c *VOLCOBSERVE) ListContacts(input *ListContactsInput) (*ListContactsOutput, error)

ListContacts API operation for VOLC_OBSERVE.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for VOLC_OBSERVE's API operation ListContacts for usage and error information.

func (*VOLCOBSERVE) ListContactsByIds added in v1.0.138

func (c *VOLCOBSERVE) ListContactsByIds(input *ListContactsByIdsInput) (*ListContactsByIdsOutput, error)

ListContactsByIds API operation for VOLC_OBSERVE.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for VOLC_OBSERVE's API operation ListContactsByIds for usage and error information.

func (*VOLCOBSERVE) ListContactsByIdsCommon added in v1.0.138

func (c *VOLCOBSERVE) ListContactsByIdsCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ListContactsByIdsCommon API operation for VOLC_OBSERVE.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for VOLC_OBSERVE's API operation ListContactsByIdsCommon for usage and error information.

func (*VOLCOBSERVE) ListContactsByIdsCommonRequest added in v1.0.138

func (c *VOLCOBSERVE) ListContactsByIdsCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

ListContactsByIdsCommonRequest generates a "volcengine/request.Request" representing the client's request for the ListContactsByIdsCommon operation. The "output" return value will be populated with the ListContactsByIdsCommon request's response once the request completes successfully.

Use "Send" method on the returned ListContactsByIdsCommon Request to send the API call to the service. the "output" return value is not valid until after ListContactsByIdsCommon Send returns without error.

See ListContactsByIdsCommon for more information on using the ListContactsByIdsCommon API call, and error handling.

// Example sending a request using the ListContactsByIdsCommonRequest method.
req, resp := client.ListContactsByIdsCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*VOLCOBSERVE) ListContactsByIdsCommonWithContext added in v1.0.138

func (c *VOLCOBSERVE) ListContactsByIdsCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

ListContactsByIdsCommonWithContext is the same as ListContactsByIdsCommon with the addition of the ability to pass a context and additional request options.

See ListContactsByIdsCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*VOLCOBSERVE) ListContactsByIdsRequest added in v1.0.138

func (c *VOLCOBSERVE) ListContactsByIdsRequest(input *ListContactsByIdsInput) (req *request.Request, output *ListContactsByIdsOutput)

ListContactsByIdsRequest generates a "volcengine/request.Request" representing the client's request for the ListContactsByIds operation. The "output" return value will be populated with the ListContactsByIdsCommon request's response once the request completes successfully.

Use "Send" method on the returned ListContactsByIdsCommon Request to send the API call to the service. the "output" return value is not valid until after ListContactsByIdsCommon Send returns without error.

See ListContactsByIds for more information on using the ListContactsByIds API call, and error handling.

// Example sending a request using the ListContactsByIdsRequest method.
req, resp := client.ListContactsByIdsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*VOLCOBSERVE) ListContactsByIdsWithContext added in v1.0.138

func (c *VOLCOBSERVE) ListContactsByIdsWithContext(ctx volcengine.Context, input *ListContactsByIdsInput, opts ...request.Option) (*ListContactsByIdsOutput, error)

ListContactsByIdsWithContext is the same as ListContactsByIds with the addition of the ability to pass a context and additional request options.

See ListContactsByIds for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*VOLCOBSERVE) ListContactsCommon added in v1.0.138

func (c *VOLCOBSERVE) ListContactsCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ListContactsCommon API operation for VOLC_OBSERVE.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for VOLC_OBSERVE's API operation ListContactsCommon for usage and error information.

func (*VOLCOBSERVE) ListContactsCommonRequest added in v1.0.138

func (c *VOLCOBSERVE) ListContactsCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

ListContactsCommonRequest generates a "volcengine/request.Request" representing the client's request for the ListContactsCommon operation. The "output" return value will be populated with the ListContactsCommon request's response once the request completes successfully.

Use "Send" method on the returned ListContactsCommon Request to send the API call to the service. the "output" return value is not valid until after ListContactsCommon Send returns without error.

See ListContactsCommon for more information on using the ListContactsCommon API call, and error handling.

// Example sending a request using the ListContactsCommonRequest method.
req, resp := client.ListContactsCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*VOLCOBSERVE) ListContactsCommonWithContext added in v1.0.138

func (c *VOLCOBSERVE) ListContactsCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

ListContactsCommonWithContext is the same as ListContactsCommon with the addition of the ability to pass a context and additional request options.

See ListContactsCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*VOLCOBSERVE) ListContactsRequest added in v1.0.138

func (c *VOLCOBSERVE) ListContactsRequest(input *ListContactsInput) (req *request.Request, output *ListContactsOutput)

ListContactsRequest generates a "volcengine/request.Request" representing the client's request for the ListContacts operation. The "output" return value will be populated with the ListContactsCommon request's response once the request completes successfully.

Use "Send" method on the returned ListContactsCommon Request to send the API call to the service. the "output" return value is not valid until after ListContactsCommon Send returns without error.

See ListContacts for more information on using the ListContacts API call, and error handling.

// Example sending a request using the ListContactsRequest method.
req, resp := client.ListContactsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*VOLCOBSERVE) ListContactsWithContext added in v1.0.138

func (c *VOLCOBSERVE) ListContactsWithContext(ctx volcengine.Context, input *ListContactsInput, opts ...request.Option) (*ListContactsOutput, error)

ListContactsWithContext is the same as ListContacts with the addition of the ability to pass a context and additional request options.

See ListContacts for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*VOLCOBSERVE) ListEvents added in v1.0.137

func (c *VOLCOBSERVE) ListEvents(input *ListEventsInput) (*ListEventsOutput, error)

ListEvents API operation for VOLC_OBSERVE.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for VOLC_OBSERVE's API operation ListEvents for usage and error information.

func (*VOLCOBSERVE) ListEventsCommon added in v1.0.137

func (c *VOLCOBSERVE) ListEventsCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ListEventsCommon API operation for VOLC_OBSERVE.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for VOLC_OBSERVE's API operation ListEventsCommon for usage and error information.

func (*VOLCOBSERVE) ListEventsCommonRequest added in v1.0.137

func (c *VOLCOBSERVE) ListEventsCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

ListEventsCommonRequest generates a "volcengine/request.Request" representing the client's request for the ListEventsCommon operation. The "output" return value will be populated with the ListEventsCommon request's response once the request completes successfully.

Use "Send" method on the returned ListEventsCommon Request to send the API call to the service. the "output" return value is not valid until after ListEventsCommon Send returns without error.

See ListEventsCommon for more information on using the ListEventsCommon API call, and error handling.

// Example sending a request using the ListEventsCommonRequest method.
req, resp := client.ListEventsCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*VOLCOBSERVE) ListEventsCommonWithContext added in v1.0.137

func (c *VOLCOBSERVE) ListEventsCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

ListEventsCommonWithContext is the same as ListEventsCommon with the addition of the ability to pass a context and additional request options.

See ListEventsCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*VOLCOBSERVE) ListEventsRequest added in v1.0.137

func (c *VOLCOBSERVE) ListEventsRequest(input *ListEventsInput) (req *request.Request, output *ListEventsOutput)

ListEventsRequest generates a "volcengine/request.Request" representing the client's request for the ListEvents operation. The "output" return value will be populated with the ListEventsCommon request's response once the request completes successfully.

Use "Send" method on the returned ListEventsCommon Request to send the API call to the service. the "output" return value is not valid until after ListEventsCommon Send returns without error.

See ListEvents for more information on using the ListEvents API call, and error handling.

// Example sending a request using the ListEventsRequest method.
req, resp := client.ListEventsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*VOLCOBSERVE) ListEventsWithContext added in v1.0.137

func (c *VOLCOBSERVE) ListEventsWithContext(ctx volcengine.Context, input *ListEventsInput, opts ...request.Option) (*ListEventsOutput, error)

ListEventsWithContext is the same as ListEvents with the addition of the ability to pass a context and additional request options.

See ListEvents for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*VOLCOBSERVE) ListObjectGroups added in v1.0.137

func (c *VOLCOBSERVE) ListObjectGroups(input *ListObjectGroupsInput) (*ListObjectGroupsOutput, error)

ListObjectGroups API operation for VOLC_OBSERVE.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for VOLC_OBSERVE's API operation ListObjectGroups for usage and error information.

func (*VOLCOBSERVE) ListObjectGroupsCommon added in v1.0.137

func (c *VOLCOBSERVE) ListObjectGroupsCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ListObjectGroupsCommon API operation for VOLC_OBSERVE.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for VOLC_OBSERVE's API operation ListObjectGroupsCommon for usage and error information.

func (*VOLCOBSERVE) ListObjectGroupsCommonRequest added in v1.0.137

func (c *VOLCOBSERVE) ListObjectGroupsCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

ListObjectGroupsCommonRequest generates a "volcengine/request.Request" representing the client's request for the ListObjectGroupsCommon operation. The "output" return value will be populated with the ListObjectGroupsCommon request's response once the request completes successfully.

Use "Send" method on the returned ListObjectGroupsCommon Request to send the API call to the service. the "output" return value is not valid until after ListObjectGroupsCommon Send returns without error.

See ListObjectGroupsCommon for more information on using the ListObjectGroupsCommon API call, and error handling.

// Example sending a request using the ListObjectGroupsCommonRequest method.
req, resp := client.ListObjectGroupsCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*VOLCOBSERVE) ListObjectGroupsCommonWithContext added in v1.0.137

func (c *VOLCOBSERVE) ListObjectGroupsCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

ListObjectGroupsCommonWithContext is the same as ListObjectGroupsCommon with the addition of the ability to pass a context and additional request options.

See ListObjectGroupsCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*VOLCOBSERVE) ListObjectGroupsRequest added in v1.0.137

func (c *VOLCOBSERVE) ListObjectGroupsRequest(input *ListObjectGroupsInput) (req *request.Request, output *ListObjectGroupsOutput)

ListObjectGroupsRequest generates a "volcengine/request.Request" representing the client's request for the ListObjectGroups operation. The "output" return value will be populated with the ListObjectGroupsCommon request's response once the request completes successfully.

Use "Send" method on the returned ListObjectGroupsCommon Request to send the API call to the service. the "output" return value is not valid until after ListObjectGroupsCommon Send returns without error.

See ListObjectGroups for more information on using the ListObjectGroups API call, and error handling.

// Example sending a request using the ListObjectGroupsRequest method.
req, resp := client.ListObjectGroupsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*VOLCOBSERVE) ListObjectGroupsWithContext added in v1.0.137

func (c *VOLCOBSERVE) ListObjectGroupsWithContext(ctx volcengine.Context, input *ListObjectGroupsInput, opts ...request.Option) (*ListObjectGroupsOutput, error)

ListObjectGroupsWithContext is the same as ListObjectGroups with the addition of the ability to pass a context and additional request options.

See ListObjectGroups for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*VOLCOBSERVE) UpdateContactGroup added in v1.0.138

func (c *VOLCOBSERVE) UpdateContactGroup(input *UpdateContactGroupInput) (*UpdateContactGroupOutput, error)

UpdateContactGroup API operation for VOLC_OBSERVE.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for VOLC_OBSERVE's API operation UpdateContactGroup for usage and error information.

func (*VOLCOBSERVE) UpdateContactGroupCommon added in v1.0.138

func (c *VOLCOBSERVE) UpdateContactGroupCommon(input *map[string]interface{}) (*map[string]interface{}, error)

UpdateContactGroupCommon API operation for VOLC_OBSERVE.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for VOLC_OBSERVE's API operation UpdateContactGroupCommon for usage and error information.

func (*VOLCOBSERVE) UpdateContactGroupCommonRequest added in v1.0.138

func (c *VOLCOBSERVE) UpdateContactGroupCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

UpdateContactGroupCommonRequest generates a "volcengine/request.Request" representing the client's request for the UpdateContactGroupCommon operation. The "output" return value will be populated with the UpdateContactGroupCommon request's response once the request completes successfully.

Use "Send" method on the returned UpdateContactGroupCommon Request to send the API call to the service. the "output" return value is not valid until after UpdateContactGroupCommon Send returns without error.

See UpdateContactGroupCommon for more information on using the UpdateContactGroupCommon API call, and error handling.

// Example sending a request using the UpdateContactGroupCommonRequest method.
req, resp := client.UpdateContactGroupCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*VOLCOBSERVE) UpdateContactGroupCommonWithContext added in v1.0.138

func (c *VOLCOBSERVE) UpdateContactGroupCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

UpdateContactGroupCommonWithContext is the same as UpdateContactGroupCommon with the addition of the ability to pass a context and additional request options.

See UpdateContactGroupCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*VOLCOBSERVE) UpdateContactGroupRequest added in v1.0.138

func (c *VOLCOBSERVE) UpdateContactGroupRequest(input *UpdateContactGroupInput) (req *request.Request, output *UpdateContactGroupOutput)

UpdateContactGroupRequest generates a "volcengine/request.Request" representing the client's request for the UpdateContactGroup operation. The "output" return value will be populated with the UpdateContactGroupCommon request's response once the request completes successfully.

Use "Send" method on the returned UpdateContactGroupCommon Request to send the API call to the service. the "output" return value is not valid until after UpdateContactGroupCommon Send returns without error.

See UpdateContactGroup for more information on using the UpdateContactGroup API call, and error handling.

// Example sending a request using the UpdateContactGroupRequest method.
req, resp := client.UpdateContactGroupRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*VOLCOBSERVE) UpdateContactGroupWithContacts added in v1.0.138

func (c *VOLCOBSERVE) UpdateContactGroupWithContacts(input *UpdateContactGroupWithContactsInput) (*UpdateContactGroupWithContactsOutput, error)

UpdateContactGroupWithContacts API operation for VOLC_OBSERVE.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for VOLC_OBSERVE's API operation UpdateContactGroupWithContacts for usage and error information.

func (*VOLCOBSERVE) UpdateContactGroupWithContactsCommon added in v1.0.138

func (c *VOLCOBSERVE) UpdateContactGroupWithContactsCommon(input *map[string]interface{}) (*map[string]interface{}, error)

UpdateContactGroupWithContactsCommon API operation for VOLC_OBSERVE.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for VOLC_OBSERVE's API operation UpdateContactGroupWithContactsCommon for usage and error information.

func (*VOLCOBSERVE) UpdateContactGroupWithContactsCommonRequest added in v1.0.138

func (c *VOLCOBSERVE) UpdateContactGroupWithContactsCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

UpdateContactGroupWithContactsCommonRequest generates a "volcengine/request.Request" representing the client's request for the UpdateContactGroupWithContactsCommon operation. The "output" return value will be populated with the UpdateContactGroupWithContactsCommon request's response once the request completes successfully.

Use "Send" method on the returned UpdateContactGroupWithContactsCommon Request to send the API call to the service. the "output" return value is not valid until after UpdateContactGroupWithContactsCommon Send returns without error.

See UpdateContactGroupWithContactsCommon for more information on using the UpdateContactGroupWithContactsCommon API call, and error handling.

// Example sending a request using the UpdateContactGroupWithContactsCommonRequest method.
req, resp := client.UpdateContactGroupWithContactsCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*VOLCOBSERVE) UpdateContactGroupWithContactsCommonWithContext added in v1.0.138

func (c *VOLCOBSERVE) UpdateContactGroupWithContactsCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

UpdateContactGroupWithContactsCommonWithContext is the same as UpdateContactGroupWithContactsCommon with the addition of the ability to pass a context and additional request options.

See UpdateContactGroupWithContactsCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*VOLCOBSERVE) UpdateContactGroupWithContactsRequest added in v1.0.138

func (c *VOLCOBSERVE) UpdateContactGroupWithContactsRequest(input *UpdateContactGroupWithContactsInput) (req *request.Request, output *UpdateContactGroupWithContactsOutput)

UpdateContactGroupWithContactsRequest generates a "volcengine/request.Request" representing the client's request for the UpdateContactGroupWithContacts operation. The "output" return value will be populated with the UpdateContactGroupWithContactsCommon request's response once the request completes successfully.

Use "Send" method on the returned UpdateContactGroupWithContactsCommon Request to send the API call to the service. the "output" return value is not valid until after UpdateContactGroupWithContactsCommon Send returns without error.

See UpdateContactGroupWithContacts for more information on using the UpdateContactGroupWithContacts API call, and error handling.

// Example sending a request using the UpdateContactGroupWithContactsRequest method.
req, resp := client.UpdateContactGroupWithContactsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*VOLCOBSERVE) UpdateContactGroupWithContactsWithContext added in v1.0.138

func (c *VOLCOBSERVE) UpdateContactGroupWithContactsWithContext(ctx volcengine.Context, input *UpdateContactGroupWithContactsInput, opts ...request.Option) (*UpdateContactGroupWithContactsOutput, error)

UpdateContactGroupWithContactsWithContext is the same as UpdateContactGroupWithContacts with the addition of the ability to pass a context and additional request options.

See UpdateContactGroupWithContacts for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*VOLCOBSERVE) UpdateContactGroupWithContext added in v1.0.138

func (c *VOLCOBSERVE) UpdateContactGroupWithContext(ctx volcengine.Context, input *UpdateContactGroupInput, opts ...request.Option) (*UpdateContactGroupOutput, error)

UpdateContactGroupWithContext is the same as UpdateContactGroup with the addition of the ability to pass a context and additional request options.

See UpdateContactGroup for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*VOLCOBSERVE) UpdateContacts added in v1.0.138

func (c *VOLCOBSERVE) UpdateContacts(input *UpdateContactsInput) (*UpdateContactsOutput, error)

UpdateContacts API operation for VOLC_OBSERVE.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for VOLC_OBSERVE's API operation UpdateContacts for usage and error information.

func (*VOLCOBSERVE) UpdateContactsCommon added in v1.0.138

func (c *VOLCOBSERVE) UpdateContactsCommon(input *map[string]interface{}) (*map[string]interface{}, error)

UpdateContactsCommon API operation for VOLC_OBSERVE.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for VOLC_OBSERVE's API operation UpdateContactsCommon for usage and error information.

func (*VOLCOBSERVE) UpdateContactsCommonRequest added in v1.0.138

func (c *VOLCOBSERVE) UpdateContactsCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

UpdateContactsCommonRequest generates a "volcengine/request.Request" representing the client's request for the UpdateContactsCommon operation. The "output" return value will be populated with the UpdateContactsCommon request's response once the request completes successfully.

Use "Send" method on the returned UpdateContactsCommon Request to send the API call to the service. the "output" return value is not valid until after UpdateContactsCommon Send returns without error.

See UpdateContactsCommon for more information on using the UpdateContactsCommon API call, and error handling.

// Example sending a request using the UpdateContactsCommonRequest method.
req, resp := client.UpdateContactsCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*VOLCOBSERVE) UpdateContactsCommonWithContext added in v1.0.138

func (c *VOLCOBSERVE) UpdateContactsCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

UpdateContactsCommonWithContext is the same as UpdateContactsCommon with the addition of the ability to pass a context and additional request options.

See UpdateContactsCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*VOLCOBSERVE) UpdateContactsRequest added in v1.0.138

func (c *VOLCOBSERVE) UpdateContactsRequest(input *UpdateContactsInput) (req *request.Request, output *UpdateContactsOutput)

UpdateContactsRequest generates a "volcengine/request.Request" representing the client's request for the UpdateContacts operation. The "output" return value will be populated with the UpdateContactsCommon request's response once the request completes successfully.

Use "Send" method on the returned UpdateContactsCommon Request to send the API call to the service. the "output" return value is not valid until after UpdateContactsCommon Send returns without error.

See UpdateContacts for more information on using the UpdateContacts API call, and error handling.

// Example sending a request using the UpdateContactsRequest method.
req, resp := client.UpdateContactsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*VOLCOBSERVE) UpdateContactsWithContactGroups added in v1.0.138

UpdateContactsWithContactGroups API operation for VOLC_OBSERVE.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for VOLC_OBSERVE's API operation UpdateContactsWithContactGroups for usage and error information.

func (*VOLCOBSERVE) UpdateContactsWithContactGroupsCommon added in v1.0.138

func (c *VOLCOBSERVE) UpdateContactsWithContactGroupsCommon(input *map[string]interface{}) (*map[string]interface{}, error)

UpdateContactsWithContactGroupsCommon API operation for VOLC_OBSERVE.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for VOLC_OBSERVE's API operation UpdateContactsWithContactGroupsCommon for usage and error information.

func (*VOLCOBSERVE) UpdateContactsWithContactGroupsCommonRequest added in v1.0.138

func (c *VOLCOBSERVE) UpdateContactsWithContactGroupsCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

UpdateContactsWithContactGroupsCommonRequest generates a "volcengine/request.Request" representing the client's request for the UpdateContactsWithContactGroupsCommon operation. The "output" return value will be populated with the UpdateContactsWithContactGroupsCommon request's response once the request completes successfully.

Use "Send" method on the returned UpdateContactsWithContactGroupsCommon Request to send the API call to the service. the "output" return value is not valid until after UpdateContactsWithContactGroupsCommon Send returns without error.

See UpdateContactsWithContactGroupsCommon for more information on using the UpdateContactsWithContactGroupsCommon API call, and error handling.

// Example sending a request using the UpdateContactsWithContactGroupsCommonRequest method.
req, resp := client.UpdateContactsWithContactGroupsCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*VOLCOBSERVE) UpdateContactsWithContactGroupsCommonWithContext added in v1.0.138

func (c *VOLCOBSERVE) UpdateContactsWithContactGroupsCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

UpdateContactsWithContactGroupsCommonWithContext is the same as UpdateContactsWithContactGroupsCommon with the addition of the ability to pass a context and additional request options.

See UpdateContactsWithContactGroupsCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*VOLCOBSERVE) UpdateContactsWithContactGroupsRequest added in v1.0.138

func (c *VOLCOBSERVE) UpdateContactsWithContactGroupsRequest(input *UpdateContactsWithContactGroupsInput) (req *request.Request, output *UpdateContactsWithContactGroupsOutput)

UpdateContactsWithContactGroupsRequest generates a "volcengine/request.Request" representing the client's request for the UpdateContactsWithContactGroups operation. The "output" return value will be populated with the UpdateContactsWithContactGroupsCommon request's response once the request completes successfully.

Use "Send" method on the returned UpdateContactsWithContactGroupsCommon Request to send the API call to the service. the "output" return value is not valid until after UpdateContactsWithContactGroupsCommon Send returns without error.

See UpdateContactsWithContactGroups for more information on using the UpdateContactsWithContactGroups API call, and error handling.

// Example sending a request using the UpdateContactsWithContactGroupsRequest method.
req, resp := client.UpdateContactsWithContactGroupsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*VOLCOBSERVE) UpdateContactsWithContactGroupsWithContext added in v1.0.138

func (c *VOLCOBSERVE) UpdateContactsWithContactGroupsWithContext(ctx volcengine.Context, input *UpdateContactsWithContactGroupsInput, opts ...request.Option) (*UpdateContactsWithContactGroupsOutput, error)

UpdateContactsWithContactGroupsWithContext is the same as UpdateContactsWithContactGroups with the addition of the ability to pass a context and additional request options.

See UpdateContactsWithContactGroups for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*VOLCOBSERVE) UpdateContactsWithContext added in v1.0.138

func (c *VOLCOBSERVE) UpdateContactsWithContext(ctx volcengine.Context, input *UpdateContactsInput, opts ...request.Option) (*UpdateContactsOutput, error)

UpdateContactsWithContext is the same as UpdateContacts with the addition of the ability to pass a context and additional request options.

See UpdateContacts for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*VOLCOBSERVE) UpdateObjectGroup added in v1.0.137

func (c *VOLCOBSERVE) UpdateObjectGroup(input *UpdateObjectGroupInput) (*UpdateObjectGroupOutput, error)

UpdateObjectGroup API operation for VOLC_OBSERVE.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for VOLC_OBSERVE's API operation UpdateObjectGroup for usage and error information.

func (*VOLCOBSERVE) UpdateObjectGroupCommon added in v1.0.137

func (c *VOLCOBSERVE) UpdateObjectGroupCommon(input *map[string]interface{}) (*map[string]interface{}, error)

UpdateObjectGroupCommon API operation for VOLC_OBSERVE.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for VOLC_OBSERVE's API operation UpdateObjectGroupCommon for usage and error information.

func (*VOLCOBSERVE) UpdateObjectGroupCommonRequest added in v1.0.137

func (c *VOLCOBSERVE) UpdateObjectGroupCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

UpdateObjectGroupCommonRequest generates a "volcengine/request.Request" representing the client's request for the UpdateObjectGroupCommon operation. The "output" return value will be populated with the UpdateObjectGroupCommon request's response once the request completes successfully.

Use "Send" method on the returned UpdateObjectGroupCommon Request to send the API call to the service. the "output" return value is not valid until after UpdateObjectGroupCommon Send returns without error.

See UpdateObjectGroupCommon for more information on using the UpdateObjectGroupCommon API call, and error handling.

// Example sending a request using the UpdateObjectGroupCommonRequest method.
req, resp := client.UpdateObjectGroupCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*VOLCOBSERVE) UpdateObjectGroupCommonWithContext added in v1.0.137

func (c *VOLCOBSERVE) UpdateObjectGroupCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

UpdateObjectGroupCommonWithContext is the same as UpdateObjectGroupCommon with the addition of the ability to pass a context and additional request options.

See UpdateObjectGroupCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*VOLCOBSERVE) UpdateObjectGroupRequest added in v1.0.137

func (c *VOLCOBSERVE) UpdateObjectGroupRequest(input *UpdateObjectGroupInput) (req *request.Request, output *UpdateObjectGroupOutput)

UpdateObjectGroupRequest generates a "volcengine/request.Request" representing the client's request for the UpdateObjectGroup operation. The "output" return value will be populated with the UpdateObjectGroupCommon request's response once the request completes successfully.

Use "Send" method on the returned UpdateObjectGroupCommon Request to send the API call to the service. the "output" return value is not valid until after UpdateObjectGroupCommon Send returns without error.

See UpdateObjectGroup for more information on using the UpdateObjectGroup API call, and error handling.

// Example sending a request using the UpdateObjectGroupRequest method.
req, resp := client.UpdateObjectGroupRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*VOLCOBSERVE) UpdateObjectGroupWithContext added in v1.0.137

func (c *VOLCOBSERVE) UpdateObjectGroupWithContext(ctx volcengine.Context, input *UpdateObjectGroupInput, opts ...request.Option) (*UpdateObjectGroupOutput, error)

UpdateObjectGroupWithContext is the same as UpdateObjectGroup with the addition of the ability to pass a context and additional request options.

See UpdateObjectGroup for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

type VOLCOBSERVEAPI

type VOLCOBSERVEAPI interface {
	CreateContactGroupCommon(*map[string]interface{}) (*map[string]interface{}, error)
	CreateContactGroupCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	CreateContactGroupCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	CreateContactGroup(*CreateContactGroupInput) (*CreateContactGroupOutput, error)
	CreateContactGroupWithContext(volcengine.Context, *CreateContactGroupInput, ...request.Option) (*CreateContactGroupOutput, error)
	CreateContactGroupRequest(*CreateContactGroupInput) (*request.Request, *CreateContactGroupOutput)

	CreateContactsCommon(*map[string]interface{}) (*map[string]interface{}, error)
	CreateContactsCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	CreateContactsCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	CreateContacts(*CreateContactsInput) (*CreateContactsOutput, error)
	CreateContactsWithContext(volcengine.Context, *CreateContactsInput, ...request.Option) (*CreateContactsOutput, error)
	CreateContactsRequest(*CreateContactsInput) (*request.Request, *CreateContactsOutput)

	CreateObjectGroupCommon(*map[string]interface{}) (*map[string]interface{}, error)
	CreateObjectGroupCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	CreateObjectGroupCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	CreateObjectGroup(*CreateObjectGroupInput) (*CreateObjectGroupOutput, error)
	CreateObjectGroupWithContext(volcengine.Context, *CreateObjectGroupInput, ...request.Option) (*CreateObjectGroupOutput, error)
	CreateObjectGroupRequest(*CreateObjectGroupInput) (*request.Request, *CreateObjectGroupOutput)

	DeleteContactGroupByIdsCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DeleteContactGroupByIdsCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DeleteContactGroupByIdsCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DeleteContactGroupByIds(*DeleteContactGroupByIdsInput) (*DeleteContactGroupByIdsOutput, error)
	DeleteContactGroupByIdsWithContext(volcengine.Context, *DeleteContactGroupByIdsInput, ...request.Option) (*DeleteContactGroupByIdsOutput, error)
	DeleteContactGroupByIdsRequest(*DeleteContactGroupByIdsInput) (*request.Request, *DeleteContactGroupByIdsOutput)

	DeleteContactsByIdsCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DeleteContactsByIdsCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DeleteContactsByIdsCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DeleteContactsByIds(*DeleteContactsByIdsInput) (*DeleteContactsByIdsOutput, error)
	DeleteContactsByIdsWithContext(volcengine.Context, *DeleteContactsByIdsInput, ...request.Option) (*DeleteContactsByIdsOutput, error)
	DeleteContactsByIdsRequest(*DeleteContactsByIdsInput) (*request.Request, *DeleteContactsByIdsOutput)

	DeleteObjectGroupCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DeleteObjectGroupCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DeleteObjectGroupCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DeleteObjectGroup(*DeleteObjectGroupInput) (*DeleteObjectGroupOutput, error)
	DeleteObjectGroupWithContext(volcengine.Context, *DeleteObjectGroupInput, ...request.Option) (*DeleteObjectGroupOutput, error)
	DeleteObjectGroupRequest(*DeleteObjectGroupInput) (*request.Request, *DeleteObjectGroupOutput)

	GetMetricDataCommon(*map[string]interface{}) (*map[string]interface{}, error)
	GetMetricDataCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	GetMetricDataCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	GetMetricData(*GetMetricDataInput) (*GetMetricDataOutput, error)
	GetMetricDataWithContext(volcengine.Context, *GetMetricDataInput, ...request.Option) (*GetMetricDataOutput, error)
	GetMetricDataRequest(*GetMetricDataInput) (*request.Request, *GetMetricDataOutput)

	GetTopDataCommon(*map[string]interface{}) (*map[string]interface{}, error)
	GetTopDataCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	GetTopDataCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	GetTopData(*GetTopDataInput) (*GetTopDataOutput, error)
	GetTopDataWithContext(volcengine.Context, *GetTopDataInput, ...request.Option) (*GetTopDataOutput, error)
	GetTopDataRequest(*GetTopDataInput) (*request.Request, *GetTopDataOutput)

	ListContactGroupByIdsCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ListContactGroupByIdsCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ListContactGroupByIdsCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ListContactGroupByIds(*ListContactGroupByIdsInput) (*ListContactGroupByIdsOutput, error)
	ListContactGroupByIdsWithContext(volcengine.Context, *ListContactGroupByIdsInput, ...request.Option) (*ListContactGroupByIdsOutput, error)
	ListContactGroupByIdsRequest(*ListContactGroupByIdsInput) (*request.Request, *ListContactGroupByIdsOutput)

	ListContactGroupsCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ListContactGroupsCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ListContactGroupsCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ListContactGroups(*ListContactGroupsInput) (*ListContactGroupsOutput, error)
	ListContactGroupsWithContext(volcengine.Context, *ListContactGroupsInput, ...request.Option) (*ListContactGroupsOutput, error)
	ListContactGroupsRequest(*ListContactGroupsInput) (*request.Request, *ListContactGroupsOutput)

	ListContactsCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ListContactsCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ListContactsCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ListContacts(*ListContactsInput) (*ListContactsOutput, error)
	ListContactsWithContext(volcengine.Context, *ListContactsInput, ...request.Option) (*ListContactsOutput, error)
	ListContactsRequest(*ListContactsInput) (*request.Request, *ListContactsOutput)

	ListContactsByIdsCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ListContactsByIdsCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ListContactsByIdsCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ListContactsByIds(*ListContactsByIdsInput) (*ListContactsByIdsOutput, error)
	ListContactsByIdsWithContext(volcengine.Context, *ListContactsByIdsInput, ...request.Option) (*ListContactsByIdsOutput, error)
	ListContactsByIdsRequest(*ListContactsByIdsInput) (*request.Request, *ListContactsByIdsOutput)

	ListEventsCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ListEventsCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ListEventsCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ListEvents(*ListEventsInput) (*ListEventsOutput, error)
	ListEventsWithContext(volcengine.Context, *ListEventsInput, ...request.Option) (*ListEventsOutput, error)
	ListEventsRequest(*ListEventsInput) (*request.Request, *ListEventsOutput)

	ListObjectGroupsCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ListObjectGroupsCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ListObjectGroupsCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ListObjectGroups(*ListObjectGroupsInput) (*ListObjectGroupsOutput, error)
	ListObjectGroupsWithContext(volcengine.Context, *ListObjectGroupsInput, ...request.Option) (*ListObjectGroupsOutput, error)
	ListObjectGroupsRequest(*ListObjectGroupsInput) (*request.Request, *ListObjectGroupsOutput)

	UpdateContactGroupCommon(*map[string]interface{}) (*map[string]interface{}, error)
	UpdateContactGroupCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	UpdateContactGroupCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	UpdateContactGroup(*UpdateContactGroupInput) (*UpdateContactGroupOutput, error)
	UpdateContactGroupWithContext(volcengine.Context, *UpdateContactGroupInput, ...request.Option) (*UpdateContactGroupOutput, error)
	UpdateContactGroupRequest(*UpdateContactGroupInput) (*request.Request, *UpdateContactGroupOutput)

	UpdateContactGroupWithContactsCommon(*map[string]interface{}) (*map[string]interface{}, error)
	UpdateContactGroupWithContactsCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	UpdateContactGroupWithContactsCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	UpdateContactGroupWithContacts(*UpdateContactGroupWithContactsInput) (*UpdateContactGroupWithContactsOutput, error)
	UpdateContactGroupWithContactsWithContext(volcengine.Context, *UpdateContactGroupWithContactsInput, ...request.Option) (*UpdateContactGroupWithContactsOutput, error)
	UpdateContactGroupWithContactsRequest(*UpdateContactGroupWithContactsInput) (*request.Request, *UpdateContactGroupWithContactsOutput)

	UpdateContactsCommon(*map[string]interface{}) (*map[string]interface{}, error)
	UpdateContactsCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	UpdateContactsCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	UpdateContacts(*UpdateContactsInput) (*UpdateContactsOutput, error)
	UpdateContactsWithContext(volcengine.Context, *UpdateContactsInput, ...request.Option) (*UpdateContactsOutput, error)
	UpdateContactsRequest(*UpdateContactsInput) (*request.Request, *UpdateContactsOutput)

	UpdateContactsWithContactGroupsCommon(*map[string]interface{}) (*map[string]interface{}, error)
	UpdateContactsWithContactGroupsCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	UpdateContactsWithContactGroupsCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	UpdateContactsWithContactGroups(*UpdateContactsWithContactGroupsInput) (*UpdateContactsWithContactGroupsOutput, error)
	UpdateContactsWithContactGroupsWithContext(volcengine.Context, *UpdateContactsWithContactGroupsInput, ...request.Option) (*UpdateContactsWithContactGroupsOutput, error)
	UpdateContactsWithContactGroupsRequest(*UpdateContactsWithContactGroupsInput) (*request.Request, *UpdateContactsWithContactGroupsOutput)

	UpdateObjectGroupCommon(*map[string]interface{}) (*map[string]interface{}, error)
	UpdateObjectGroupCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	UpdateObjectGroupCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	UpdateObjectGroup(*UpdateObjectGroupInput) (*UpdateObjectGroupOutput, error)
	UpdateObjectGroupWithContext(volcengine.Context, *UpdateObjectGroupInput, ...request.Option) (*UpdateObjectGroupOutput, error)
	UpdateObjectGroupRequest(*UpdateObjectGroupInput) (*request.Request, *UpdateObjectGroupOutput)
}

VOLCOBSERVEAPI provides an interface to enable mocking the volcobserve.VOLCOBSERVE service client's API operation,

// volcengine sdk func uses an SDK service client to make a request to
// VOLC_OBSERVE.
func myFunc(svc VOLCOBSERVEAPI) bool {
    // Make svc.CreateContactGroup request
}

func main() {
    sess := session.New()
    svc := volcobserve.New(sess)

    myFunc(svc)
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL