operations

package
v1.22.0 Latest Latest
Warning

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

Go to latest
Published: Nov 8, 2024 License: MIT Imports: 6 Imported by: 1

Documentation

Index

Constants

View Source
const (
	SupportedOptionServerURL            = "serverURL"
	SupportedOptionRetries              = "retries"
	SupportedOptionTimeout              = "timeout"
	SupportedOptionAcceptHeaderOverride = "acceptHeaderOverride"
	SupportedOptionURLOverride          = "urlOverride"
)

Variables

View Source
var ErrUnsupportedOption = errors.New("unsupported option")

Functions

This section is empty.

Types

type C1APIAppV1AppAccessRequestsDefaultsServiceCancelAppAccessRequestsDefaultsRequest added in v1.18.3

type C1APIAppV1AppAccessRequestsDefaultsServiceCancelAppAccessRequestsDefaultsRequest struct {
	CancelAccessRequestDefaultsRequest *shared.CancelAccessRequestDefaultsRequest `request:"mediaType=application/json"`
	AppID                              string                                     `pathParam:"style=simple,explode=false,name=app_id"`
}

func (*C1APIAppV1AppAccessRequestsDefaultsServiceCancelAppAccessRequestsDefaultsRequest) GetAppID added in v1.18.3

func (*C1APIAppV1AppAccessRequestsDefaultsServiceCancelAppAccessRequestsDefaultsRequest) GetCancelAccessRequestDefaultsRequest added in v1.18.3

type C1APIAppV1AppAccessRequestsDefaultsServiceCancelAppAccessRequestsDefaultsResponse added in v1.18.3

type C1APIAppV1AppAccessRequestsDefaultsServiceCancelAppAccessRequestsDefaultsResponse struct {
	// Successful response
	AppAccessRequestDefaults *shared.AppAccessRequestDefaults
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*C1APIAppV1AppAccessRequestsDefaultsServiceCancelAppAccessRequestsDefaultsResponse) GetAppAccessRequestDefaults added in v1.18.3

func (*C1APIAppV1AppAccessRequestsDefaultsServiceCancelAppAccessRequestsDefaultsResponse) GetContentType added in v1.18.3

func (*C1APIAppV1AppAccessRequestsDefaultsServiceCancelAppAccessRequestsDefaultsResponse) GetRawResponse added in v1.18.3

func (*C1APIAppV1AppAccessRequestsDefaultsServiceCancelAppAccessRequestsDefaultsResponse) GetStatusCode added in v1.18.3

type C1APIAppV1AppAccessRequestsDefaultsServiceCreateAppAccessRequestsDefaultsRequest added in v1.18.3

type C1APIAppV1AppAccessRequestsDefaultsServiceCreateAppAccessRequestsDefaultsRequest struct {
	AppAccessRequestDefaults *shared.AppAccessRequestDefaults1 `request:"mediaType=application/json"`
	AppID                    string                            `pathParam:"style=simple,explode=false,name=app_id"`
}

func (*C1APIAppV1AppAccessRequestsDefaultsServiceCreateAppAccessRequestsDefaultsRequest) GetAppAccessRequestDefaults added in v1.18.3

func (*C1APIAppV1AppAccessRequestsDefaultsServiceCreateAppAccessRequestsDefaultsRequest) GetAppID added in v1.18.3

type C1APIAppV1AppAccessRequestsDefaultsServiceCreateAppAccessRequestsDefaultsResponse added in v1.18.3

type C1APIAppV1AppAccessRequestsDefaultsServiceCreateAppAccessRequestsDefaultsResponse struct {
	// Successful response
	AppAccessRequestDefaults *shared.AppAccessRequestDefaults
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*C1APIAppV1AppAccessRequestsDefaultsServiceCreateAppAccessRequestsDefaultsResponse) GetAppAccessRequestDefaults added in v1.18.3

func (*C1APIAppV1AppAccessRequestsDefaultsServiceCreateAppAccessRequestsDefaultsResponse) GetContentType added in v1.18.3

func (*C1APIAppV1AppAccessRequestsDefaultsServiceCreateAppAccessRequestsDefaultsResponse) GetRawResponse added in v1.18.3

func (*C1APIAppV1AppAccessRequestsDefaultsServiceCreateAppAccessRequestsDefaultsResponse) GetStatusCode added in v1.18.3

type C1APIAppV1AppAccessRequestsDefaultsServiceGetAppAccessRequestsDefaultsRequest added in v1.18.3

type C1APIAppV1AppAccessRequestsDefaultsServiceGetAppAccessRequestsDefaultsRequest struct {
	AppID string `pathParam:"style=simple,explode=false,name=app_id"`
}

func (*C1APIAppV1AppAccessRequestsDefaultsServiceGetAppAccessRequestsDefaultsRequest) GetAppID added in v1.18.3

type C1APIAppV1AppAccessRequestsDefaultsServiceGetAppAccessRequestsDefaultsResponse added in v1.18.3

type C1APIAppV1AppAccessRequestsDefaultsServiceGetAppAccessRequestsDefaultsResponse struct {
	// Successful response
	AppAccessRequestDefaults *shared.AppAccessRequestDefaults
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*C1APIAppV1AppAccessRequestsDefaultsServiceGetAppAccessRequestsDefaultsResponse) GetAppAccessRequestDefaults added in v1.18.3

func (*C1APIAppV1AppAccessRequestsDefaultsServiceGetAppAccessRequestsDefaultsResponse) GetContentType added in v1.18.3

func (*C1APIAppV1AppAccessRequestsDefaultsServiceGetAppAccessRequestsDefaultsResponse) GetRawResponse added in v1.18.3

func (*C1APIAppV1AppAccessRequestsDefaultsServiceGetAppAccessRequestsDefaultsResponse) GetStatusCode added in v1.18.3

type C1APIAppV1AppEntitlementOwnersAddRequest added in v1.8.0

type C1APIAppV1AppEntitlementOwnersAddRequest struct {
	AddAppEntitlementOwnerRequest *shared.AddAppEntitlementOwnerRequest `request:"mediaType=application/json"`
	AppID                         string                                `pathParam:"style=simple,explode=false,name=app_id"`
	EntitlementID                 string                                `pathParam:"style=simple,explode=false,name=entitlement_id"`
}

func (*C1APIAppV1AppEntitlementOwnersAddRequest) GetAddAppEntitlementOwnerRequest added in v1.8.0

func (o *C1APIAppV1AppEntitlementOwnersAddRequest) GetAddAppEntitlementOwnerRequest() *shared.AddAppEntitlementOwnerRequest

func (*C1APIAppV1AppEntitlementOwnersAddRequest) GetAppID added in v1.8.0

func (*C1APIAppV1AppEntitlementOwnersAddRequest) GetEntitlementID added in v1.8.0

func (o *C1APIAppV1AppEntitlementOwnersAddRequest) GetEntitlementID() string

type C1APIAppV1AppEntitlementOwnersAddResponse added in v1.8.0

type C1APIAppV1AppEntitlementOwnersAddResponse struct {
	// The empty response message for adding an app entitlement owner.
	AddAppEntitlementOwnerResponse *shared.AddAppEntitlementOwnerResponse
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*C1APIAppV1AppEntitlementOwnersAddResponse) GetAddAppEntitlementOwnerResponse added in v1.8.0

func (*C1APIAppV1AppEntitlementOwnersAddResponse) GetContentType added in v1.8.0

func (*C1APIAppV1AppEntitlementOwnersAddResponse) GetRawResponse added in v1.8.0

func (*C1APIAppV1AppEntitlementOwnersAddResponse) GetStatusCode added in v1.8.0

type C1APIAppV1AppEntitlementOwnersListRequest added in v1.8.0

type C1APIAppV1AppEntitlementOwnersListRequest struct {
	AppID         string  `pathParam:"style=simple,explode=false,name=app_id"`
	EntitlementID string  `pathParam:"style=simple,explode=false,name=entitlement_id"`
	PageSize      *int    `queryParam:"style=form,explode=true,name=page_size"`
	PageToken     *string `queryParam:"style=form,explode=true,name=page_token"`
}

func (*C1APIAppV1AppEntitlementOwnersListRequest) GetAppID added in v1.8.0

func (*C1APIAppV1AppEntitlementOwnersListRequest) GetEntitlementID added in v1.8.0

func (o *C1APIAppV1AppEntitlementOwnersListRequest) GetEntitlementID() string

func (*C1APIAppV1AppEntitlementOwnersListRequest) GetPageSize added in v1.8.0

func (*C1APIAppV1AppEntitlementOwnersListRequest) GetPageToken added in v1.8.0

type C1APIAppV1AppEntitlementOwnersListResponse added in v1.8.0

type C1APIAppV1AppEntitlementOwnersListResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// The response message for listing app entitlement owners.
	ListAppEntitlementOwnersResponse *shared.ListAppEntitlementOwnersResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*C1APIAppV1AppEntitlementOwnersListResponse) GetContentType added in v1.8.0

func (*C1APIAppV1AppEntitlementOwnersListResponse) GetListAppEntitlementOwnersResponse added in v1.8.0

func (*C1APIAppV1AppEntitlementOwnersListResponse) GetRawResponse added in v1.8.0

func (*C1APIAppV1AppEntitlementOwnersListResponse) GetStatusCode added in v1.8.0

type C1APIAppV1AppEntitlementOwnersRemoveRequest added in v1.8.0

type C1APIAppV1AppEntitlementOwnersRemoveRequest struct {
	RemoveAppEntitlementOwnerRequest *shared.RemoveAppEntitlementOwnerRequest `request:"mediaType=application/json"`
	AppID                            string                                   `pathParam:"style=simple,explode=false,name=app_id"`
	EntitlementID                    string                                   `pathParam:"style=simple,explode=false,name=entitlement_id"`
	UserID                           string                                   `pathParam:"style=simple,explode=false,name=user_id"`
}

func (*C1APIAppV1AppEntitlementOwnersRemoveRequest) GetAppID added in v1.8.0

func (*C1APIAppV1AppEntitlementOwnersRemoveRequest) GetEntitlementID added in v1.8.0

func (*C1APIAppV1AppEntitlementOwnersRemoveRequest) GetRemoveAppEntitlementOwnerRequest added in v1.8.0

func (*C1APIAppV1AppEntitlementOwnersRemoveRequest) GetUserID added in v1.8.0

type C1APIAppV1AppEntitlementOwnersRemoveResponse added in v1.8.0

type C1APIAppV1AppEntitlementOwnersRemoveResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// The empty response message for removing an app entitlement owner.
	RemoveAppEntitlementOwnerResponse *shared.RemoveAppEntitlementOwnerResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*C1APIAppV1AppEntitlementOwnersRemoveResponse) GetContentType added in v1.8.0

func (*C1APIAppV1AppEntitlementOwnersRemoveResponse) GetRawResponse added in v1.8.0

func (*C1APIAppV1AppEntitlementOwnersRemoveResponse) GetRemoveAppEntitlementOwnerResponse added in v1.8.0

func (*C1APIAppV1AppEntitlementOwnersRemoveResponse) GetStatusCode added in v1.8.0

type C1APIAppV1AppEntitlementOwnersSetRequest added in v1.8.0

type C1APIAppV1AppEntitlementOwnersSetRequest struct {
	SetAppEntitlementOwnersRequest *shared.SetAppEntitlementOwnersRequest `request:"mediaType=application/json"`
	AppID                          string                                 `pathParam:"style=simple,explode=false,name=app_id"`
	EntitlementID                  string                                 `pathParam:"style=simple,explode=false,name=entitlement_id"`
}

func (*C1APIAppV1AppEntitlementOwnersSetRequest) GetAppID added in v1.8.0

func (*C1APIAppV1AppEntitlementOwnersSetRequest) GetEntitlementID added in v1.8.0

func (o *C1APIAppV1AppEntitlementOwnersSetRequest) GetEntitlementID() string

func (*C1APIAppV1AppEntitlementOwnersSetRequest) GetSetAppEntitlementOwnersRequest added in v1.8.0

func (o *C1APIAppV1AppEntitlementOwnersSetRequest) GetSetAppEntitlementOwnersRequest() *shared.SetAppEntitlementOwnersRequest

type C1APIAppV1AppEntitlementOwnersSetResponse added in v1.8.0

type C1APIAppV1AppEntitlementOwnersSetResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// The empty response message for setting the app entitlement owners.
	SetAppEntitlementOwnersResponse *shared.SetAppEntitlementOwnersResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*C1APIAppV1AppEntitlementOwnersSetResponse) GetContentType added in v1.8.0

func (*C1APIAppV1AppEntitlementOwnersSetResponse) GetRawResponse added in v1.8.0

func (*C1APIAppV1AppEntitlementOwnersSetResponse) GetSetAppEntitlementOwnersResponse added in v1.8.0

func (o *C1APIAppV1AppEntitlementOwnersSetResponse) GetSetAppEntitlementOwnersResponse() *shared.SetAppEntitlementOwnersResponse

func (*C1APIAppV1AppEntitlementOwnersSetResponse) GetStatusCode added in v1.8.0

type C1APIAppV1AppEntitlementSearchServiceSearchAppEntitlementsForAppUserRequest added in v1.20.0

type C1APIAppV1AppEntitlementSearchServiceSearchAppEntitlementsForAppUserRequest struct {
	AppID     string  `pathParam:"style=simple,explode=false,name=app_id"`
	AppUserID string  `pathParam:"style=simple,explode=false,name=app_user_id"`
	PageSize  *int    `queryParam:"style=form,explode=true,name=page_size"`
	PageToken *string `queryParam:"style=form,explode=true,name=page_token"`
}

func (*C1APIAppV1AppEntitlementSearchServiceSearchAppEntitlementsForAppUserRequest) GetAppID added in v1.20.0

func (*C1APIAppV1AppEntitlementSearchServiceSearchAppEntitlementsForAppUserRequest) GetAppUserID added in v1.20.0

func (*C1APIAppV1AppEntitlementSearchServiceSearchAppEntitlementsForAppUserRequest) GetPageSize added in v1.20.0

func (*C1APIAppV1AppEntitlementSearchServiceSearchAppEntitlementsForAppUserRequest) GetPageToken added in v1.20.0

type C1APIAppV1AppEntitlementSearchServiceSearchAppEntitlementsForAppUserResponse added in v1.20.0

type C1APIAppV1AppEntitlementSearchServiceSearchAppEntitlementsForAppUserResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// The ListAppEntitlementsResponse message contains a list of results and a nextPageToken if applicable.
	ListAppEntitlementsResponse *shared.ListAppEntitlementsResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*C1APIAppV1AppEntitlementSearchServiceSearchAppEntitlementsForAppUserResponse) GetContentType added in v1.20.0

func (*C1APIAppV1AppEntitlementSearchServiceSearchAppEntitlementsForAppUserResponse) GetListAppEntitlementsResponse added in v1.20.0

func (*C1APIAppV1AppEntitlementSearchServiceSearchAppEntitlementsForAppUserResponse) GetRawResponse added in v1.20.0

func (*C1APIAppV1AppEntitlementSearchServiceSearchAppEntitlementsForAppUserResponse) GetStatusCode added in v1.20.0

type C1APIAppV1AppEntitlementSearchServiceSearchAppEntitlementsWithExpiredRequest added in v1.18.3

type C1APIAppV1AppEntitlementSearchServiceSearchAppEntitlementsWithExpiredRequest struct {
	AppEntitlementID string  `pathParam:"style=simple,explode=false,name=app_entitlement_id"`
	AppID            string  `pathParam:"style=simple,explode=false,name=app_id"`
	PageSize         *int    `queryParam:"style=form,explode=true,name=page_size"`
	PageToken        *string `queryParam:"style=form,explode=true,name=page_token"`
}

func (*C1APIAppV1AppEntitlementSearchServiceSearchAppEntitlementsWithExpiredRequest) GetAppEntitlementID added in v1.18.3

func (*C1APIAppV1AppEntitlementSearchServiceSearchAppEntitlementsWithExpiredRequest) GetAppID added in v1.18.3

func (*C1APIAppV1AppEntitlementSearchServiceSearchAppEntitlementsWithExpiredRequest) GetPageSize added in v1.18.3

func (*C1APIAppV1AppEntitlementSearchServiceSearchAppEntitlementsWithExpiredRequest) GetPageToken added in v1.18.3

type C1APIAppV1AppEntitlementSearchServiceSearchAppEntitlementsWithExpiredResponse added in v1.18.3

type C1APIAppV1AppEntitlementSearchServiceSearchAppEntitlementsWithExpiredResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// The SearchAppEntitlementsWithExpiredResponse message contains a list of results and a nextPageToken if applicable.
	SearchAppEntitlementsWithExpiredResponse *shared.SearchAppEntitlementsWithExpiredResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*C1APIAppV1AppEntitlementSearchServiceSearchAppEntitlementsWithExpiredResponse) GetContentType added in v1.18.3

func (*C1APIAppV1AppEntitlementSearchServiceSearchAppEntitlementsWithExpiredResponse) GetRawResponse added in v1.18.3

func (*C1APIAppV1AppEntitlementSearchServiceSearchAppEntitlementsWithExpiredResponse) GetSearchAppEntitlementsWithExpiredResponse added in v1.18.3

func (*C1APIAppV1AppEntitlementSearchServiceSearchAppEntitlementsWithExpiredResponse) GetStatusCode added in v1.18.3

type C1APIAppV1AppEntitlementSearchServiceSearchResponse added in v1.7.0

type C1APIAppV1AppEntitlementSearchServiceSearchResponse struct {
	// Successful response
	AppEntitlementSearchServiceSearchResponse *shared.AppEntitlementSearchServiceSearchResponse
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*C1APIAppV1AppEntitlementSearchServiceSearchResponse) GetAppEntitlementSearchServiceSearchResponse added in v1.7.0

func (*C1APIAppV1AppEntitlementSearchServiceSearchResponse) GetContentType added in v1.7.0

func (*C1APIAppV1AppEntitlementSearchServiceSearchResponse) GetRawResponse added in v1.7.0

func (*C1APIAppV1AppEntitlementSearchServiceSearchResponse) GetStatusCode added in v1.7.0

type C1APIAppV1AppEntitlementUserBindingServiceListAppUsersForIdentityWithGrantRequest

type C1APIAppV1AppEntitlementUserBindingServiceListAppUsersForIdentityWithGrantRequest struct {
	AppEntitlementID string `pathParam:"style=simple,explode=false,name=app_entitlement_id"`
	AppID            string `pathParam:"style=simple,explode=false,name=app_id"`
	IdentityUserID   string `pathParam:"style=simple,explode=false,name=identity_user_id"`
}

func (*C1APIAppV1AppEntitlementUserBindingServiceListAppUsersForIdentityWithGrantRequest) GetAppEntitlementID added in v1.6.1

func (*C1APIAppV1AppEntitlementUserBindingServiceListAppUsersForIdentityWithGrantRequest) GetAppID added in v1.6.1

func (*C1APIAppV1AppEntitlementUserBindingServiceListAppUsersForIdentityWithGrantRequest) GetIdentityUserID added in v1.6.1

type C1APIAppV1AppEntitlementUserBindingServiceListAppUsersForIdentityWithGrantResponse

type C1APIAppV1AppEntitlementUserBindingServiceListAppUsersForIdentityWithGrantResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Successful response
	ListAppUsersForIdentityWithGrantResponse *shared.ListAppUsersForIdentityWithGrantResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*C1APIAppV1AppEntitlementUserBindingServiceListAppUsersForIdentityWithGrantResponse) GetContentType added in v1.6.1

func (*C1APIAppV1AppEntitlementUserBindingServiceListAppUsersForIdentityWithGrantResponse) GetListAppUsersForIdentityWithGrantResponse added in v1.6.1

func (*C1APIAppV1AppEntitlementUserBindingServiceListAppUsersForIdentityWithGrantResponse) GetRawResponse added in v1.6.1

func (*C1APIAppV1AppEntitlementUserBindingServiceListAppUsersForIdentityWithGrantResponse) GetStatusCode added in v1.6.1

type C1APIAppV1AppEntitlementUserBindingServiceSearchGrantFeedResponse added in v1.20.0

type C1APIAppV1AppEntitlementUserBindingServiceSearchGrantFeedResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// The SearchGrantFeedResponse message contains a list of grant event results and a nextPageToken if applicable.
	SearchGrantFeedResponse *shared.SearchGrantFeedResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*C1APIAppV1AppEntitlementUserBindingServiceSearchGrantFeedResponse) GetContentType added in v1.20.0

func (*C1APIAppV1AppEntitlementUserBindingServiceSearchGrantFeedResponse) GetRawResponse added in v1.20.0

func (*C1APIAppV1AppEntitlementUserBindingServiceSearchGrantFeedResponse) GetSearchGrantFeedResponse added in v1.20.0

func (*C1APIAppV1AppEntitlementUserBindingServiceSearchGrantFeedResponse) GetStatusCode added in v1.20.0

type C1APIAppV1AppEntitlementUserBindingServiceSearchPastGrantsResponse added in v1.19.0

type C1APIAppV1AppEntitlementUserBindingServiceSearchPastGrantsResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// The SearchPastGrantsResponse message contains a list of past grants and a nextPageToken if applicable.
	SearchPastGrantsResponse *shared.SearchPastGrantsResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*C1APIAppV1AppEntitlementUserBindingServiceSearchPastGrantsResponse) GetContentType added in v1.19.0

func (*C1APIAppV1AppEntitlementUserBindingServiceSearchPastGrantsResponse) GetRawResponse added in v1.19.0

func (*C1APIAppV1AppEntitlementUserBindingServiceSearchPastGrantsResponse) GetSearchPastGrantsResponse added in v1.19.0

func (*C1APIAppV1AppEntitlementUserBindingServiceSearchPastGrantsResponse) GetStatusCode added in v1.19.0

type C1APIAppV1AppEntitlementsCreateRequest added in v1.20.0

type C1APIAppV1AppEntitlementsCreateRequest struct {
	CreateAppEntitlementRequest *shared.CreateAppEntitlementRequest `request:"mediaType=application/json"`
	AppID                       string                              `pathParam:"style=simple,explode=false,name=app_id"`
}

func (*C1APIAppV1AppEntitlementsCreateRequest) GetAppID added in v1.20.0

func (*C1APIAppV1AppEntitlementsCreateRequest) GetCreateAppEntitlementRequest added in v1.20.0

func (o *C1APIAppV1AppEntitlementsCreateRequest) GetCreateAppEntitlementRequest() *shared.CreateAppEntitlementRequest

type C1APIAppV1AppEntitlementsCreateResponse added in v1.20.0

type C1APIAppV1AppEntitlementsCreateResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Successful response
	CreateAppEntitlementResponse *shared.CreateAppEntitlementResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*C1APIAppV1AppEntitlementsCreateResponse) GetContentType added in v1.20.0

func (o *C1APIAppV1AppEntitlementsCreateResponse) GetContentType() string

func (*C1APIAppV1AppEntitlementsCreateResponse) GetCreateAppEntitlementResponse added in v1.20.0

func (o *C1APIAppV1AppEntitlementsCreateResponse) GetCreateAppEntitlementResponse() *shared.CreateAppEntitlementResponse

func (*C1APIAppV1AppEntitlementsCreateResponse) GetRawResponse added in v1.20.0

func (*C1APIAppV1AppEntitlementsCreateResponse) GetStatusCode added in v1.20.0

func (o *C1APIAppV1AppEntitlementsCreateResponse) GetStatusCode() int

type C1APIAppV1AppEntitlementsDeleteRequest added in v1.20.0

type C1APIAppV1AppEntitlementsDeleteRequest struct {
	DeleteAppEntitlementRequest *shared.DeleteAppEntitlementRequest `request:"mediaType=application/json"`
	AppID                       string                              `pathParam:"style=simple,explode=false,name=app_id"`
	ID                          string                              `pathParam:"style=simple,explode=false,name=id"`
}

func (*C1APIAppV1AppEntitlementsDeleteRequest) GetAppID added in v1.20.0

func (*C1APIAppV1AppEntitlementsDeleteRequest) GetDeleteAppEntitlementRequest added in v1.20.0

func (o *C1APIAppV1AppEntitlementsDeleteRequest) GetDeleteAppEntitlementRequest() *shared.DeleteAppEntitlementRequest

func (*C1APIAppV1AppEntitlementsDeleteRequest) GetID added in v1.20.0

type C1APIAppV1AppEntitlementsDeleteResponse added in v1.20.0

type C1APIAppV1AppEntitlementsDeleteResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Successful response
	DeleteAppEntitlementResponse *shared.DeleteAppEntitlementResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*C1APIAppV1AppEntitlementsDeleteResponse) GetContentType added in v1.20.0

func (o *C1APIAppV1AppEntitlementsDeleteResponse) GetContentType() string

func (*C1APIAppV1AppEntitlementsDeleteResponse) GetDeleteAppEntitlementResponse added in v1.20.0

func (o *C1APIAppV1AppEntitlementsDeleteResponse) GetDeleteAppEntitlementResponse() *shared.DeleteAppEntitlementResponse

func (*C1APIAppV1AppEntitlementsDeleteResponse) GetRawResponse added in v1.20.0

func (*C1APIAppV1AppEntitlementsDeleteResponse) GetStatusCode added in v1.20.0

func (o *C1APIAppV1AppEntitlementsDeleteResponse) GetStatusCode() int

type C1APIAppV1AppEntitlementsGetRequest

type C1APIAppV1AppEntitlementsGetRequest struct {
	AppID string `pathParam:"style=simple,explode=false,name=app_id"`
	ID    string `pathParam:"style=simple,explode=false,name=id"`
}

func (*C1APIAppV1AppEntitlementsGetRequest) GetAppID added in v1.6.1

func (*C1APIAppV1AppEntitlementsGetRequest) GetID added in v1.6.1

type C1APIAppV1AppEntitlementsGetResponse

type C1APIAppV1AppEntitlementsGetResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// The get app entitlement response returns an entitlement view containing paths in the expanded array for the objects expanded as indicated by the expand mask in the request.
	GetAppEntitlementResponse *shared.GetAppEntitlementResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*C1APIAppV1AppEntitlementsGetResponse) GetContentType added in v1.6.1

func (o *C1APIAppV1AppEntitlementsGetResponse) GetContentType() string

func (*C1APIAppV1AppEntitlementsGetResponse) GetGetAppEntitlementResponse added in v1.6.1

func (o *C1APIAppV1AppEntitlementsGetResponse) GetGetAppEntitlementResponse() *shared.GetAppEntitlementResponse

func (*C1APIAppV1AppEntitlementsGetResponse) GetRawResponse added in v1.6.1

func (o *C1APIAppV1AppEntitlementsGetResponse) GetRawResponse() *http.Response

func (*C1APIAppV1AppEntitlementsGetResponse) GetStatusCode added in v1.6.1

func (o *C1APIAppV1AppEntitlementsGetResponse) GetStatusCode() int

type C1APIAppV1AppEntitlementsListForAppResourceRequest added in v1.7.0

type C1APIAppV1AppEntitlementsListForAppResourceRequest struct {
	AppID             string  `pathParam:"style=simple,explode=false,name=app_id"`
	AppResourceID     string  `pathParam:"style=simple,explode=false,name=app_resource_id"`
	AppResourceTypeID string  `pathParam:"style=simple,explode=false,name=app_resource_type_id"`
	PageSize          *int    `queryParam:"style=form,explode=true,name=page_size"`
	PageToken         *string `queryParam:"style=form,explode=true,name=page_token"`
}

func (*C1APIAppV1AppEntitlementsListForAppResourceRequest) GetAppID added in v1.7.0

func (*C1APIAppV1AppEntitlementsListForAppResourceRequest) GetAppResourceID added in v1.7.0

func (*C1APIAppV1AppEntitlementsListForAppResourceRequest) GetAppResourceTypeID added in v1.7.0

func (*C1APIAppV1AppEntitlementsListForAppResourceRequest) GetPageSize added in v1.7.1

func (*C1APIAppV1AppEntitlementsListForAppResourceRequest) GetPageToken added in v1.7.1

type C1APIAppV1AppEntitlementsListForAppResourceResponse added in v1.7.0

type C1APIAppV1AppEntitlementsListForAppResourceResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// The ListAppEntitlementsResponse message contains a list of results and a nextPageToken if applicable.
	ListAppEntitlementsResponse *shared.ListAppEntitlementsResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*C1APIAppV1AppEntitlementsListForAppResourceResponse) GetContentType added in v1.7.0

func (*C1APIAppV1AppEntitlementsListForAppResourceResponse) GetListAppEntitlementsResponse added in v1.7.0

func (*C1APIAppV1AppEntitlementsListForAppResourceResponse) GetRawResponse added in v1.7.0

func (*C1APIAppV1AppEntitlementsListForAppResourceResponse) GetStatusCode added in v1.7.0

type C1APIAppV1AppEntitlementsListForAppUserRequest added in v1.7.0

type C1APIAppV1AppEntitlementsListForAppUserRequest struct {
	AppID     string  `pathParam:"style=simple,explode=false,name=app_id"`
	AppUserID string  `pathParam:"style=simple,explode=false,name=app_user_id"`
	PageSize  *int    `queryParam:"style=form,explode=true,name=page_size"`
	PageToken *string `queryParam:"style=form,explode=true,name=page_token"`
}

func (*C1APIAppV1AppEntitlementsListForAppUserRequest) GetAppID added in v1.7.0

func (*C1APIAppV1AppEntitlementsListForAppUserRequest) GetAppUserID added in v1.7.0

func (*C1APIAppV1AppEntitlementsListForAppUserRequest) GetPageSize added in v1.7.1

func (*C1APIAppV1AppEntitlementsListForAppUserRequest) GetPageToken added in v1.7.1

type C1APIAppV1AppEntitlementsListForAppUserResponse added in v1.7.0

type C1APIAppV1AppEntitlementsListForAppUserResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// The ListAppEntitlementsResponse message contains a list of results and a nextPageToken if applicable.
	ListAppEntitlementsResponse *shared.ListAppEntitlementsResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*C1APIAppV1AppEntitlementsListForAppUserResponse) GetContentType added in v1.7.0

func (*C1APIAppV1AppEntitlementsListForAppUserResponse) GetListAppEntitlementsResponse added in v1.7.0

func (*C1APIAppV1AppEntitlementsListForAppUserResponse) GetRawResponse added in v1.7.0

func (*C1APIAppV1AppEntitlementsListForAppUserResponse) GetStatusCode added in v1.7.0

type C1APIAppV1AppEntitlementsListRequest added in v1.7.0

type C1APIAppV1AppEntitlementsListRequest struct {
	AppID     string  `pathParam:"style=simple,explode=false,name=app_id"`
	PageSize  *int    `queryParam:"style=form,explode=true,name=page_size"`
	PageToken *string `queryParam:"style=form,explode=true,name=page_token"`
}

func (*C1APIAppV1AppEntitlementsListRequest) GetAppID added in v1.7.0

func (*C1APIAppV1AppEntitlementsListRequest) GetPageSize added in v1.7.1

func (o *C1APIAppV1AppEntitlementsListRequest) GetPageSize() *int

func (*C1APIAppV1AppEntitlementsListRequest) GetPageToken added in v1.7.1

func (o *C1APIAppV1AppEntitlementsListRequest) GetPageToken() *string

type C1APIAppV1AppEntitlementsListResponse added in v1.7.0

type C1APIAppV1AppEntitlementsListResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// The ListAppEntitlementsResponse message contains a list of results and a nextPageToken if applicable.
	ListAppEntitlementsResponse *shared.ListAppEntitlementsResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*C1APIAppV1AppEntitlementsListResponse) GetContentType added in v1.7.0

func (o *C1APIAppV1AppEntitlementsListResponse) GetContentType() string

func (*C1APIAppV1AppEntitlementsListResponse) GetListAppEntitlementsResponse added in v1.7.0

func (o *C1APIAppV1AppEntitlementsListResponse) GetListAppEntitlementsResponse() *shared.ListAppEntitlementsResponse

func (*C1APIAppV1AppEntitlementsListResponse) GetRawResponse added in v1.7.0

func (*C1APIAppV1AppEntitlementsListResponse) GetStatusCode added in v1.7.0

func (o *C1APIAppV1AppEntitlementsListResponse) GetStatusCode() int

type C1APIAppV1AppEntitlementsListUsersRequest added in v1.7.0

type C1APIAppV1AppEntitlementsListUsersRequest struct {
	AppEntitlementID string  `pathParam:"style=simple,explode=false,name=app_entitlement_id"`
	AppID            string  `pathParam:"style=simple,explode=false,name=app_id"`
	PageSize         *int    `queryParam:"style=form,explode=true,name=page_size"`
	PageToken        *string `queryParam:"style=form,explode=true,name=page_token"`
}

func (*C1APIAppV1AppEntitlementsListUsersRequest) GetAppEntitlementID added in v1.7.0

func (o *C1APIAppV1AppEntitlementsListUsersRequest) GetAppEntitlementID() string

func (*C1APIAppV1AppEntitlementsListUsersRequest) GetAppID added in v1.7.0

func (*C1APIAppV1AppEntitlementsListUsersRequest) GetPageSize added in v1.7.1

func (*C1APIAppV1AppEntitlementsListUsersRequest) GetPageToken added in v1.7.1

type C1APIAppV1AppEntitlementsListUsersResponse added in v1.7.0

type C1APIAppV1AppEntitlementsListUsersResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// The ListAppEntitlementUsersResponse message contains a list of results and a nextPageToken if applicable.
	ListAppEntitlementUsersResponse *shared.ListAppEntitlementUsersResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*C1APIAppV1AppEntitlementsListUsersResponse) GetContentType added in v1.7.0

func (*C1APIAppV1AppEntitlementsListUsersResponse) GetListAppEntitlementUsersResponse added in v1.7.0

func (*C1APIAppV1AppEntitlementsListUsersResponse) GetRawResponse added in v1.7.0

func (*C1APIAppV1AppEntitlementsListUsersResponse) GetStatusCode added in v1.7.0

type C1APIAppV1AppEntitlementsProxyCreateRequest added in v1.21.3

type C1APIAppV1AppEntitlementsProxyCreateRequest struct {
	CreateAppEntitlementProxyRequest *shared.CreateAppEntitlementProxyRequest `request:"mediaType=application/json"`
	DstAppEntitlementID              string                                   `pathParam:"style=simple,explode=false,name=dst_app_entitlement_id"`
	DstAppID                         string                                   `pathParam:"style=simple,explode=false,name=dst_app_id"`
	SrcAppEntitlementID              string                                   `pathParam:"style=simple,explode=false,name=src_app_entitlement_id"`
	SrcAppID                         string                                   `pathParam:"style=simple,explode=false,name=src_app_id"`
}

func (*C1APIAppV1AppEntitlementsProxyCreateRequest) GetCreateAppEntitlementProxyRequest added in v1.21.3

func (*C1APIAppV1AppEntitlementsProxyCreateRequest) GetDstAppEntitlementID added in v1.21.3

func (o *C1APIAppV1AppEntitlementsProxyCreateRequest) GetDstAppEntitlementID() string

func (*C1APIAppV1AppEntitlementsProxyCreateRequest) GetDstAppID added in v1.21.3

func (*C1APIAppV1AppEntitlementsProxyCreateRequest) GetSrcAppEntitlementID added in v1.21.3

func (o *C1APIAppV1AppEntitlementsProxyCreateRequest) GetSrcAppEntitlementID() string

func (*C1APIAppV1AppEntitlementsProxyCreateRequest) GetSrcAppID added in v1.21.3

type C1APIAppV1AppEntitlementsProxyCreateResponse added in v1.21.3

type C1APIAppV1AppEntitlementsProxyCreateResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Successful response
	CreateAppEntitlementProxyResponse *shared.CreateAppEntitlementProxyResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*C1APIAppV1AppEntitlementsProxyCreateResponse) GetContentType added in v1.21.3

func (*C1APIAppV1AppEntitlementsProxyCreateResponse) GetCreateAppEntitlementProxyResponse added in v1.21.3

func (*C1APIAppV1AppEntitlementsProxyCreateResponse) GetRawResponse added in v1.21.3

func (*C1APIAppV1AppEntitlementsProxyCreateResponse) GetStatusCode added in v1.21.3

type C1APIAppV1AppEntitlementsProxyDeleteRequest added in v1.21.3

type C1APIAppV1AppEntitlementsProxyDeleteRequest struct {
	DeleteAppEntitlementProxyRequest *shared.DeleteAppEntitlementProxyRequest `request:"mediaType=application/json"`
	DstAppEntitlementID              string                                   `pathParam:"style=simple,explode=false,name=dst_app_entitlement_id"`
	DstAppID                         string                                   `pathParam:"style=simple,explode=false,name=dst_app_id"`
	SrcAppEntitlementID              string                                   `pathParam:"style=simple,explode=false,name=src_app_entitlement_id"`
	SrcAppID                         string                                   `pathParam:"style=simple,explode=false,name=src_app_id"`
}

func (*C1APIAppV1AppEntitlementsProxyDeleteRequest) GetDeleteAppEntitlementProxyRequest added in v1.21.3

func (*C1APIAppV1AppEntitlementsProxyDeleteRequest) GetDstAppEntitlementID added in v1.21.3

func (o *C1APIAppV1AppEntitlementsProxyDeleteRequest) GetDstAppEntitlementID() string

func (*C1APIAppV1AppEntitlementsProxyDeleteRequest) GetDstAppID added in v1.21.3

func (*C1APIAppV1AppEntitlementsProxyDeleteRequest) GetSrcAppEntitlementID added in v1.21.3

func (o *C1APIAppV1AppEntitlementsProxyDeleteRequest) GetSrcAppEntitlementID() string

func (*C1APIAppV1AppEntitlementsProxyDeleteRequest) GetSrcAppID added in v1.21.3

type C1APIAppV1AppEntitlementsProxyDeleteResponse added in v1.21.3

type C1APIAppV1AppEntitlementsProxyDeleteResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Successful response
	DeleteAppEntitlementProxyResponse *shared.DeleteAppEntitlementProxyResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*C1APIAppV1AppEntitlementsProxyDeleteResponse) GetContentType added in v1.21.3

func (*C1APIAppV1AppEntitlementsProxyDeleteResponse) GetDeleteAppEntitlementProxyResponse added in v1.21.3

func (*C1APIAppV1AppEntitlementsProxyDeleteResponse) GetRawResponse added in v1.21.3

func (*C1APIAppV1AppEntitlementsProxyDeleteResponse) GetStatusCode added in v1.21.3

type C1APIAppV1AppEntitlementsProxyGetRequest added in v1.21.3

type C1APIAppV1AppEntitlementsProxyGetRequest struct {
	DstAppEntitlementID string `pathParam:"style=simple,explode=false,name=dst_app_entitlement_id"`
	DstAppID            string `pathParam:"style=simple,explode=false,name=dst_app_id"`
	SrcAppEntitlementID string `pathParam:"style=simple,explode=false,name=src_app_entitlement_id"`
	SrcAppID            string `pathParam:"style=simple,explode=false,name=src_app_id"`
}

func (*C1APIAppV1AppEntitlementsProxyGetRequest) GetDstAppEntitlementID added in v1.21.3

func (o *C1APIAppV1AppEntitlementsProxyGetRequest) GetDstAppEntitlementID() string

func (*C1APIAppV1AppEntitlementsProxyGetRequest) GetDstAppID added in v1.21.3

func (*C1APIAppV1AppEntitlementsProxyGetRequest) GetSrcAppEntitlementID added in v1.21.3

func (o *C1APIAppV1AppEntitlementsProxyGetRequest) GetSrcAppEntitlementID() string

func (*C1APIAppV1AppEntitlementsProxyGetRequest) GetSrcAppID added in v1.21.3

type C1APIAppV1AppEntitlementsProxyGetResponse added in v1.21.3

type C1APIAppV1AppEntitlementsProxyGetResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Successful response
	GetAppEntitlementProxyResponse *shared.GetAppEntitlementProxyResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*C1APIAppV1AppEntitlementsProxyGetResponse) GetContentType added in v1.21.3

func (*C1APIAppV1AppEntitlementsProxyGetResponse) GetGetAppEntitlementProxyResponse added in v1.21.3

func (*C1APIAppV1AppEntitlementsProxyGetResponse) GetRawResponse added in v1.21.3

func (*C1APIAppV1AppEntitlementsProxyGetResponse) GetStatusCode added in v1.21.3

type C1APIAppV1AppEntitlementsUpdateRequest added in v1.7.0

type C1APIAppV1AppEntitlementsUpdateRequest struct {
	UpdateAppEntitlementRequest *shared.UpdateAppEntitlementRequest `request:"mediaType=application/json"`
	AppID                       string                              `pathParam:"style=simple,explode=false,name=app_id"`
	ID                          string                              `pathParam:"style=simple,explode=false,name=id"`
}

func (*C1APIAppV1AppEntitlementsUpdateRequest) GetAppID added in v1.7.0

func (*C1APIAppV1AppEntitlementsUpdateRequest) GetID added in v1.7.0

func (*C1APIAppV1AppEntitlementsUpdateRequest) GetUpdateAppEntitlementRequest added in v1.15.0

func (o *C1APIAppV1AppEntitlementsUpdateRequest) GetUpdateAppEntitlementRequest() *shared.UpdateAppEntitlementRequest

type C1APIAppV1AppEntitlementsUpdateResponse added in v1.7.0

type C1APIAppV1AppEntitlementsUpdateResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
	// Successful response
	UpdateAppEntitlementResponse *shared.UpdateAppEntitlementResponse
}

func (*C1APIAppV1AppEntitlementsUpdateResponse) GetContentType added in v1.7.0

func (o *C1APIAppV1AppEntitlementsUpdateResponse) GetContentType() string

func (*C1APIAppV1AppEntitlementsUpdateResponse) GetRawResponse added in v1.7.0

func (*C1APIAppV1AppEntitlementsUpdateResponse) GetStatusCode added in v1.7.0

func (o *C1APIAppV1AppEntitlementsUpdateResponse) GetStatusCode() int

func (*C1APIAppV1AppEntitlementsUpdateResponse) GetUpdateAppEntitlementResponse added in v1.7.0

func (o *C1APIAppV1AppEntitlementsUpdateResponse) GetUpdateAppEntitlementResponse() *shared.UpdateAppEntitlementResponse

type C1APIAppV1AppOwnersAddRequest added in v1.1.1

type C1APIAppV1AppOwnersAddRequest struct {
	AddAppOwnerRequest *shared.AddAppOwnerRequest `request:"mediaType=application/json"`
	AppID              string                     `pathParam:"style=simple,explode=false,name=app_id"`
	UserID             string                     `pathParam:"style=simple,explode=false,name=user_id"`
}

func (*C1APIAppV1AppOwnersAddRequest) GetAddAppOwnerRequest added in v1.6.1

func (o *C1APIAppV1AppOwnersAddRequest) GetAddAppOwnerRequest() *shared.AddAppOwnerRequest

func (*C1APIAppV1AppOwnersAddRequest) GetAppID added in v1.6.1

func (o *C1APIAppV1AppOwnersAddRequest) GetAppID() string

func (*C1APIAppV1AppOwnersAddRequest) GetUserID added in v1.6.1

func (o *C1APIAppV1AppOwnersAddRequest) GetUserID() string

type C1APIAppV1AppOwnersAddResponse added in v1.1.1

type C1APIAppV1AppOwnersAddResponse struct {
	// Empty response with a status code indicating success
	AddAppOwnerResponse *shared.AddAppOwnerResponse
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*C1APIAppV1AppOwnersAddResponse) GetAddAppOwnerResponse added in v1.6.1

func (o *C1APIAppV1AppOwnersAddResponse) GetAddAppOwnerResponse() *shared.AddAppOwnerResponse

func (*C1APIAppV1AppOwnersAddResponse) GetContentType added in v1.6.1

func (o *C1APIAppV1AppOwnersAddResponse) GetContentType() string

func (*C1APIAppV1AppOwnersAddResponse) GetRawResponse added in v1.6.1

func (o *C1APIAppV1AppOwnersAddResponse) GetRawResponse() *http.Response

func (*C1APIAppV1AppOwnersAddResponse) GetStatusCode added in v1.6.1

func (o *C1APIAppV1AppOwnersAddResponse) GetStatusCode() int

type C1APIAppV1AppOwnersListRequest added in v1.1.1

type C1APIAppV1AppOwnersListRequest struct {
	AppID     string  `pathParam:"style=simple,explode=false,name=app_id"`
	PageSize  *int    `queryParam:"style=form,explode=true,name=page_size"`
	PageToken *string `queryParam:"style=form,explode=true,name=page_token"`
}

func (*C1APIAppV1AppOwnersListRequest) GetAppID added in v1.6.1

func (o *C1APIAppV1AppOwnersListRequest) GetAppID() string

func (*C1APIAppV1AppOwnersListRequest) GetPageSize added in v1.7.1

func (o *C1APIAppV1AppOwnersListRequest) GetPageSize() *int

func (*C1APIAppV1AppOwnersListRequest) GetPageToken added in v1.7.1

func (o *C1APIAppV1AppOwnersListRequest) GetPageToken() *string

type C1APIAppV1AppOwnersListResponse added in v1.1.1

type C1APIAppV1AppOwnersListResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Successful response
	ListAppOwnersResponse *shared.ListAppOwnersResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*C1APIAppV1AppOwnersListResponse) GetContentType added in v1.6.1

func (o *C1APIAppV1AppOwnersListResponse) GetContentType() string

func (*C1APIAppV1AppOwnersListResponse) GetListAppOwnersResponse added in v1.6.1

func (o *C1APIAppV1AppOwnersListResponse) GetListAppOwnersResponse() *shared.ListAppOwnersResponse

func (*C1APIAppV1AppOwnersListResponse) GetRawResponse added in v1.6.1

func (o *C1APIAppV1AppOwnersListResponse) GetRawResponse() *http.Response

func (*C1APIAppV1AppOwnersListResponse) GetStatusCode added in v1.6.1

func (o *C1APIAppV1AppOwnersListResponse) GetStatusCode() int

type C1APIAppV1AppOwnersRemoveRequest added in v1.1.1

type C1APIAppV1AppOwnersRemoveRequest struct {
	RemoveAppOwnerRequest *shared.RemoveAppOwnerRequest `request:"mediaType=application/json"`
	AppID                 string                        `pathParam:"style=simple,explode=false,name=app_id"`
	UserID                string                        `pathParam:"style=simple,explode=false,name=user_id"`
}

func (*C1APIAppV1AppOwnersRemoveRequest) GetAppID added in v1.6.1

func (*C1APIAppV1AppOwnersRemoveRequest) GetRemoveAppOwnerRequest added in v1.6.1

func (o *C1APIAppV1AppOwnersRemoveRequest) GetRemoveAppOwnerRequest() *shared.RemoveAppOwnerRequest

func (*C1APIAppV1AppOwnersRemoveRequest) GetUserID added in v1.6.1

type C1APIAppV1AppOwnersRemoveResponse added in v1.1.1

type C1APIAppV1AppOwnersRemoveResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Empty response with a status code indicating success.
	RemoveAppOwnerResponse *shared.RemoveAppOwnerResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*C1APIAppV1AppOwnersRemoveResponse) GetContentType added in v1.6.1

func (o *C1APIAppV1AppOwnersRemoveResponse) GetContentType() string

func (*C1APIAppV1AppOwnersRemoveResponse) GetRawResponse added in v1.6.1

func (o *C1APIAppV1AppOwnersRemoveResponse) GetRawResponse() *http.Response

func (*C1APIAppV1AppOwnersRemoveResponse) GetRemoveAppOwnerResponse added in v1.6.1

func (o *C1APIAppV1AppOwnersRemoveResponse) GetRemoveAppOwnerResponse() *shared.RemoveAppOwnerResponse

func (*C1APIAppV1AppOwnersRemoveResponse) GetStatusCode added in v1.6.1

func (o *C1APIAppV1AppOwnersRemoveResponse) GetStatusCode() int

type C1APIAppV1AppOwnersSetRequest added in v1.15.0

type C1APIAppV1AppOwnersSetRequest struct {
	SetAppOwnersRequest *shared.SetAppOwnersRequest `request:"mediaType=application/json"`
	AppID               string                      `pathParam:"style=simple,explode=false,name=app_id"`
}

func (*C1APIAppV1AppOwnersSetRequest) GetAppID added in v1.15.0

func (o *C1APIAppV1AppOwnersSetRequest) GetAppID() string

func (*C1APIAppV1AppOwnersSetRequest) GetSetAppOwnersRequest added in v1.15.0

func (o *C1APIAppV1AppOwnersSetRequest) GetSetAppOwnersRequest() *shared.SetAppOwnersRequest

type C1APIAppV1AppOwnersSetResponse added in v1.15.0

type C1APIAppV1AppOwnersSetResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// The empty response message for setting the app owners.
	SetAppOwnersResponse *shared.SetAppOwnersResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*C1APIAppV1AppOwnersSetResponse) GetContentType added in v1.15.0

func (o *C1APIAppV1AppOwnersSetResponse) GetContentType() string

func (*C1APIAppV1AppOwnersSetResponse) GetRawResponse added in v1.15.0

func (o *C1APIAppV1AppOwnersSetResponse) GetRawResponse() *http.Response

func (*C1APIAppV1AppOwnersSetResponse) GetSetAppOwnersResponse added in v1.15.0

func (o *C1APIAppV1AppOwnersSetResponse) GetSetAppOwnersResponse() *shared.SetAppOwnersResponse

func (*C1APIAppV1AppOwnersSetResponse) GetStatusCode added in v1.15.0

func (o *C1APIAppV1AppOwnersSetResponse) GetStatusCode() int

type C1APIAppV1AppReportActionServiceGenerateReportRequest added in v1.0.3

type C1APIAppV1AppReportActionServiceGenerateReportRequest struct {
	AppActionsServiceGenerateReportRequest *shared.AppActionsServiceGenerateReportRequest `request:"mediaType=application/json"`
	AppID                                  string                                         `pathParam:"style=simple,explode=false,name=app_id"`
}

func (*C1APIAppV1AppReportActionServiceGenerateReportRequest) GetAppActionsServiceGenerateReportRequest added in v1.6.1

func (*C1APIAppV1AppReportActionServiceGenerateReportRequest) GetAppID added in v1.6.1

type C1APIAppV1AppReportActionServiceGenerateReportResponse added in v1.0.3

type C1APIAppV1AppReportActionServiceGenerateReportResponse struct {
	// Empty response body. Status code indicates success.
	AppActionsServiceGenerateReportResponse *shared.AppActionsServiceGenerateReportResponse
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*C1APIAppV1AppReportActionServiceGenerateReportResponse) GetAppActionsServiceGenerateReportResponse added in v1.6.1

func (*C1APIAppV1AppReportActionServiceGenerateReportResponse) GetContentType added in v1.6.1

func (*C1APIAppV1AppReportActionServiceGenerateReportResponse) GetRawResponse added in v1.6.1

func (*C1APIAppV1AppReportActionServiceGenerateReportResponse) GetStatusCode added in v1.6.1

type C1APIAppV1AppReportServiceListRequest added in v1.0.3

type C1APIAppV1AppReportServiceListRequest struct {
	AppID     string  `pathParam:"style=simple,explode=false,name=app_id"`
	PageSize  *int    `queryParam:"style=form,explode=true,name=page_size"`
	PageToken *string `queryParam:"style=form,explode=true,name=page_token"`
}

func (*C1APIAppV1AppReportServiceListRequest) GetAppID added in v1.6.1

func (*C1APIAppV1AppReportServiceListRequest) GetPageSize added in v1.7.1

func (o *C1APIAppV1AppReportServiceListRequest) GetPageSize() *int

func (*C1APIAppV1AppReportServiceListRequest) GetPageToken added in v1.7.1

func (o *C1APIAppV1AppReportServiceListRequest) GetPageToken() *string

type C1APIAppV1AppReportServiceListResponse added in v1.0.3

type C1APIAppV1AppReportServiceListResponse struct {
	// The AppReportServiceListResponse message contains a list of results and a nextPageToken if applicable.
	AppReportServiceListResponse *shared.AppReportServiceListResponse
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*C1APIAppV1AppReportServiceListResponse) GetAppReportServiceListResponse added in v1.6.1

func (o *C1APIAppV1AppReportServiceListResponse) GetAppReportServiceListResponse() *shared.AppReportServiceListResponse

func (*C1APIAppV1AppReportServiceListResponse) GetContentType added in v1.6.1

func (o *C1APIAppV1AppReportServiceListResponse) GetContentType() string

func (*C1APIAppV1AppReportServiceListResponse) GetRawResponse added in v1.6.1

func (*C1APIAppV1AppReportServiceListResponse) GetStatusCode added in v1.6.1

func (o *C1APIAppV1AppReportServiceListResponse) GetStatusCode() int

type C1APIAppV1AppResourceOwnersListRequest added in v1.1.1

type C1APIAppV1AppResourceOwnersListRequest struct {
	AppID          string  `pathParam:"style=simple,explode=false,name=app_id"`
	PageSize       *int    `queryParam:"style=form,explode=true,name=page_size"`
	PageToken      *string `queryParam:"style=form,explode=true,name=page_token"`
	ResourceID     string  `pathParam:"style=simple,explode=false,name=resource_id"`
	ResourceTypeID string  `pathParam:"style=simple,explode=false,name=resource_type_id"`
}

func (*C1APIAppV1AppResourceOwnersListRequest) GetAppID added in v1.6.1

func (*C1APIAppV1AppResourceOwnersListRequest) GetPageSize added in v1.7.1

func (o *C1APIAppV1AppResourceOwnersListRequest) GetPageSize() *int

func (*C1APIAppV1AppResourceOwnersListRequest) GetPageToken added in v1.7.1

func (*C1APIAppV1AppResourceOwnersListRequest) GetResourceID added in v1.6.1

func (*C1APIAppV1AppResourceOwnersListRequest) GetResourceTypeID added in v1.6.1

func (o *C1APIAppV1AppResourceOwnersListRequest) GetResourceTypeID() string

type C1APIAppV1AppResourceOwnersListResponse added in v1.1.1

type C1APIAppV1AppResourceOwnersListResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// The ListAppResourceOwnersResponse message contains a list of results and a nextPageToken if applicable
	ListAppResourceOwnersResponse *shared.ListAppResourceOwnersResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*C1APIAppV1AppResourceOwnersListResponse) GetContentType added in v1.6.1

func (o *C1APIAppV1AppResourceOwnersListResponse) GetContentType() string

func (*C1APIAppV1AppResourceOwnersListResponse) GetListAppResourceOwnersResponse added in v1.6.1

func (o *C1APIAppV1AppResourceOwnersListResponse) GetListAppResourceOwnersResponse() *shared.ListAppResourceOwnersResponse

func (*C1APIAppV1AppResourceOwnersListResponse) GetRawResponse added in v1.6.1

func (*C1APIAppV1AppResourceOwnersListResponse) GetStatusCode added in v1.6.1

func (o *C1APIAppV1AppResourceOwnersListResponse) GetStatusCode() int

type C1APIAppV1AppResourceSearchSearchAppResourceTypesResponse added in v1.0.3

type C1APIAppV1AppResourceSearchSearchAppResourceTypesResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// The SearchAppResourceTypesResponse message contains a list of results and a nextPageToken if applicable.
	SearchAppResourceTypesResponse *shared.SearchAppResourceTypesResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*C1APIAppV1AppResourceSearchSearchAppResourceTypesResponse) GetContentType added in v1.6.1

func (*C1APIAppV1AppResourceSearchSearchAppResourceTypesResponse) GetRawResponse added in v1.6.1

func (*C1APIAppV1AppResourceSearchSearchAppResourceTypesResponse) GetSearchAppResourceTypesResponse added in v1.6.1

func (*C1APIAppV1AppResourceSearchSearchAppResourceTypesResponse) GetStatusCode added in v1.6.1

type C1APIAppV1AppResourceServiceCreateManuallyManagedAppResourceRequest added in v1.20.0

type C1APIAppV1AppResourceServiceCreateManuallyManagedAppResourceRequest struct {
	CreateManuallyManagedAppResourceRequest *shared.CreateManuallyManagedAppResourceRequest `request:"mediaType=application/json"`
	AppID                                   string                                          `pathParam:"style=simple,explode=false,name=app_id"`
	AppResourceTypeID                       string                                          `pathParam:"style=simple,explode=false,name=app_resource_type_id"`
}

func (*C1APIAppV1AppResourceServiceCreateManuallyManagedAppResourceRequest) GetAppID added in v1.20.0

func (*C1APIAppV1AppResourceServiceCreateManuallyManagedAppResourceRequest) GetAppResourceTypeID added in v1.20.0

func (*C1APIAppV1AppResourceServiceCreateManuallyManagedAppResourceRequest) GetCreateManuallyManagedAppResourceRequest added in v1.20.0

type C1APIAppV1AppResourceServiceCreateManuallyManagedAppResourceResponse added in v1.20.0

type C1APIAppV1AppResourceServiceCreateManuallyManagedAppResourceResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Successful response
	CreateManuallyManagedAppResourceResponse *shared.CreateManuallyManagedAppResourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*C1APIAppV1AppResourceServiceCreateManuallyManagedAppResourceResponse) GetContentType added in v1.20.0

func (*C1APIAppV1AppResourceServiceCreateManuallyManagedAppResourceResponse) GetCreateManuallyManagedAppResourceResponse added in v1.20.0

func (*C1APIAppV1AppResourceServiceCreateManuallyManagedAppResourceResponse) GetRawResponse added in v1.20.0

func (*C1APIAppV1AppResourceServiceCreateManuallyManagedAppResourceResponse) GetStatusCode added in v1.20.0

type C1APIAppV1AppResourceServiceDeleteManuallyManagedAppResourceRequest added in v1.20.0

type C1APIAppV1AppResourceServiceDeleteManuallyManagedAppResourceRequest struct {
	DeleteManuallyManagedAppResourceRequest *shared.DeleteManuallyManagedAppResourceRequest `request:"mediaType=application/json"`
	AppID                                   string                                          `pathParam:"style=simple,explode=false,name=app_id"`
	AppResourceTypeID                       string                                          `pathParam:"style=simple,explode=false,name=app_resource_type_id"`
	ID                                      string                                          `pathParam:"style=simple,explode=false,name=id"`
}

func (*C1APIAppV1AppResourceServiceDeleteManuallyManagedAppResourceRequest) GetAppID added in v1.20.0

func (*C1APIAppV1AppResourceServiceDeleteManuallyManagedAppResourceRequest) GetAppResourceTypeID added in v1.20.0

func (*C1APIAppV1AppResourceServiceDeleteManuallyManagedAppResourceRequest) GetDeleteManuallyManagedAppResourceRequest added in v1.20.0

func (*C1APIAppV1AppResourceServiceDeleteManuallyManagedAppResourceRequest) GetID added in v1.20.0

type C1APIAppV1AppResourceServiceDeleteManuallyManagedAppResourceResponse added in v1.20.0

type C1APIAppV1AppResourceServiceDeleteManuallyManagedAppResourceResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Successful response
	DeleteManuallyManagedAppResourceResponse *shared.DeleteManuallyManagedAppResourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*C1APIAppV1AppResourceServiceDeleteManuallyManagedAppResourceResponse) GetContentType added in v1.20.0

func (*C1APIAppV1AppResourceServiceDeleteManuallyManagedAppResourceResponse) GetDeleteManuallyManagedAppResourceResponse added in v1.20.0

func (*C1APIAppV1AppResourceServiceDeleteManuallyManagedAppResourceResponse) GetRawResponse added in v1.20.0

func (*C1APIAppV1AppResourceServiceDeleteManuallyManagedAppResourceResponse) GetStatusCode added in v1.20.0

type C1APIAppV1AppResourceServiceGetRequest

type C1APIAppV1AppResourceServiceGetRequest struct {
	AppID             string `pathParam:"style=simple,explode=false,name=app_id"`
	AppResourceTypeID string `pathParam:"style=simple,explode=false,name=app_resource_type_id"`
	ID                string `pathParam:"style=simple,explode=false,name=id"`
}

func (*C1APIAppV1AppResourceServiceGetRequest) GetAppID added in v1.6.1

func (*C1APIAppV1AppResourceServiceGetRequest) GetAppResourceTypeID added in v1.6.1

func (o *C1APIAppV1AppResourceServiceGetRequest) GetAppResourceTypeID() string

func (*C1APIAppV1AppResourceServiceGetRequest) GetID added in v1.6.1

type C1APIAppV1AppResourceServiceGetResponse

type C1APIAppV1AppResourceServiceGetResponse struct {
	// The app resource service get response contains the app resource view and array of expanded items indicated by the request's expand mask.
	AppResourceServiceGetResponse *shared.AppResourceServiceGetResponse
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*C1APIAppV1AppResourceServiceGetResponse) GetAppResourceServiceGetResponse added in v1.6.1

func (o *C1APIAppV1AppResourceServiceGetResponse) GetAppResourceServiceGetResponse() *shared.AppResourceServiceGetResponse

func (*C1APIAppV1AppResourceServiceGetResponse) GetContentType added in v1.6.1

func (o *C1APIAppV1AppResourceServiceGetResponse) GetContentType() string

func (*C1APIAppV1AppResourceServiceGetResponse) GetRawResponse added in v1.6.1

func (*C1APIAppV1AppResourceServiceGetResponse) GetStatusCode added in v1.6.1

func (o *C1APIAppV1AppResourceServiceGetResponse) GetStatusCode() int

type C1APIAppV1AppResourceServiceListRequest added in v1.0.3

type C1APIAppV1AppResourceServiceListRequest struct {
	AppID             string  `pathParam:"style=simple,explode=false,name=app_id"`
	AppResourceTypeID string  `pathParam:"style=simple,explode=false,name=app_resource_type_id"`
	PageSize          *int    `queryParam:"style=form,explode=true,name=page_size"`
	PageToken         *string `queryParam:"style=form,explode=true,name=page_token"`
}

func (*C1APIAppV1AppResourceServiceListRequest) GetAppID added in v1.6.1

func (*C1APIAppV1AppResourceServiceListRequest) GetAppResourceTypeID added in v1.6.1

func (o *C1APIAppV1AppResourceServiceListRequest) GetAppResourceTypeID() string

func (*C1APIAppV1AppResourceServiceListRequest) GetPageSize added in v1.7.1

func (o *C1APIAppV1AppResourceServiceListRequest) GetPageSize() *int

func (*C1APIAppV1AppResourceServiceListRequest) GetPageToken added in v1.7.1

type C1APIAppV1AppResourceServiceListResponse added in v1.0.3

type C1APIAppV1AppResourceServiceListResponse struct {
	// The AppResourceServiceListResponse message contains a list of results and a nextPageToken if applicable.
	AppResourceServiceListResponse *shared.AppResourceServiceListResponse
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*C1APIAppV1AppResourceServiceListResponse) GetAppResourceServiceListResponse added in v1.6.1

func (o *C1APIAppV1AppResourceServiceListResponse) GetAppResourceServiceListResponse() *shared.AppResourceServiceListResponse

func (*C1APIAppV1AppResourceServiceListResponse) GetContentType added in v1.6.1

func (*C1APIAppV1AppResourceServiceListResponse) GetRawResponse added in v1.6.1

func (*C1APIAppV1AppResourceServiceListResponse) GetStatusCode added in v1.6.1

func (o *C1APIAppV1AppResourceServiceListResponse) GetStatusCode() int

type C1APIAppV1AppResourceServiceUpdateRequest added in v1.20.0

type C1APIAppV1AppResourceServiceUpdateRequest struct {
	AppResourceServiceUpdateRequest *shared.AppResourceServiceUpdateRequest `request:"mediaType=application/json"`
	AppID                           string                                  `pathParam:"style=simple,explode=false,name=app_id"`
	AppResourceTypeID               string                                  `pathParam:"style=simple,explode=false,name=app_resource_type_id"`
	ID                              string                                  `pathParam:"style=simple,explode=false,name=id"`
}

func (*C1APIAppV1AppResourceServiceUpdateRequest) GetAppID added in v1.20.0

func (*C1APIAppV1AppResourceServiceUpdateRequest) GetAppResourceServiceUpdateRequest added in v1.20.0

func (o *C1APIAppV1AppResourceServiceUpdateRequest) GetAppResourceServiceUpdateRequest() *shared.AppResourceServiceUpdateRequest

func (*C1APIAppV1AppResourceServiceUpdateRequest) GetAppResourceTypeID added in v1.20.0

func (o *C1APIAppV1AppResourceServiceUpdateRequest) GetAppResourceTypeID() string

func (*C1APIAppV1AppResourceServiceUpdateRequest) GetID added in v1.20.0

type C1APIAppV1AppResourceServiceUpdateResponse added in v1.20.0

type C1APIAppV1AppResourceServiceUpdateResponse struct {
	// Successful response
	AppResourceServiceUpdateResponse *shared.AppResourceServiceUpdateResponse
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*C1APIAppV1AppResourceServiceUpdateResponse) GetAppResourceServiceUpdateResponse added in v1.20.0

func (*C1APIAppV1AppResourceServiceUpdateResponse) GetContentType added in v1.20.0

func (*C1APIAppV1AppResourceServiceUpdateResponse) GetRawResponse added in v1.20.0

func (*C1APIAppV1AppResourceServiceUpdateResponse) GetStatusCode added in v1.20.0

type C1APIAppV1AppResourceTypeServiceCreateManuallyManagedResourceTypeRequest added in v1.20.0

type C1APIAppV1AppResourceTypeServiceCreateManuallyManagedResourceTypeRequest struct {
	CreateManuallyManagedResourceTypeRequest *shared.CreateManuallyManagedResourceTypeRequest `request:"mediaType=application/json"`
	AppID                                    string                                           `pathParam:"style=simple,explode=false,name=app_id"`
}

func (*C1APIAppV1AppResourceTypeServiceCreateManuallyManagedResourceTypeRequest) GetAppID added in v1.20.0

func (*C1APIAppV1AppResourceTypeServiceCreateManuallyManagedResourceTypeRequest) GetCreateManuallyManagedResourceTypeRequest added in v1.20.0

type C1APIAppV1AppResourceTypeServiceCreateManuallyManagedResourceTypeResponse added in v1.20.0

type C1APIAppV1AppResourceTypeServiceCreateManuallyManagedResourceTypeResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Successful response
	CreateManuallyManagedResourceTypeResponse *shared.CreateManuallyManagedResourceTypeResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*C1APIAppV1AppResourceTypeServiceCreateManuallyManagedResourceTypeResponse) GetContentType added in v1.20.0

func (*C1APIAppV1AppResourceTypeServiceCreateManuallyManagedResourceTypeResponse) GetCreateManuallyManagedResourceTypeResponse added in v1.20.0

func (*C1APIAppV1AppResourceTypeServiceCreateManuallyManagedResourceTypeResponse) GetRawResponse added in v1.20.0

func (*C1APIAppV1AppResourceTypeServiceCreateManuallyManagedResourceTypeResponse) GetStatusCode added in v1.20.0

type C1APIAppV1AppResourceTypeServiceDeleteManuallyManagedResourceTypeRequest added in v1.20.0

type C1APIAppV1AppResourceTypeServiceDeleteManuallyManagedResourceTypeRequest struct {
	DeleteManuallyManagedResourceTypeRequest *shared.DeleteManuallyManagedResourceTypeRequest `request:"mediaType=application/json"`
	AppID                                    string                                           `pathParam:"style=simple,explode=false,name=app_id"`
	ID                                       string                                           `pathParam:"style=simple,explode=false,name=id"`
}

func (*C1APIAppV1AppResourceTypeServiceDeleteManuallyManagedResourceTypeRequest) GetAppID added in v1.20.0

func (*C1APIAppV1AppResourceTypeServiceDeleteManuallyManagedResourceTypeRequest) GetDeleteManuallyManagedResourceTypeRequest added in v1.20.0

func (*C1APIAppV1AppResourceTypeServiceDeleteManuallyManagedResourceTypeRequest) GetID added in v1.20.0

type C1APIAppV1AppResourceTypeServiceDeleteManuallyManagedResourceTypeResponse added in v1.20.0

type C1APIAppV1AppResourceTypeServiceDeleteManuallyManagedResourceTypeResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Successful response
	DeleteManuallyManagedResourceTypeResponse *shared.DeleteManuallyManagedResourceTypeResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*C1APIAppV1AppResourceTypeServiceDeleteManuallyManagedResourceTypeResponse) GetContentType added in v1.20.0

func (*C1APIAppV1AppResourceTypeServiceDeleteManuallyManagedResourceTypeResponse) GetDeleteManuallyManagedResourceTypeResponse added in v1.20.0

func (*C1APIAppV1AppResourceTypeServiceDeleteManuallyManagedResourceTypeResponse) GetRawResponse added in v1.20.0

func (*C1APIAppV1AppResourceTypeServiceDeleteManuallyManagedResourceTypeResponse) GetStatusCode added in v1.20.0

type C1APIAppV1AppResourceTypeServiceGetRequest

type C1APIAppV1AppResourceTypeServiceGetRequest struct {
	AppID string `pathParam:"style=simple,explode=false,name=app_id"`
	ID    string `pathParam:"style=simple,explode=false,name=id"`
}

func (*C1APIAppV1AppResourceTypeServiceGetRequest) GetAppID added in v1.6.1

func (*C1APIAppV1AppResourceTypeServiceGetRequest) GetID added in v1.6.1

type C1APIAppV1AppResourceTypeServiceGetResponse

type C1APIAppV1AppResourceTypeServiceGetResponse struct {
	// The AppResourceTypeServiceGetResponse contains an expanded array containing the expanded values indicated by the expand mask
	//  in the request and an app resource type view containing the resource type and JSONPATHs indicating which objects are where in the expand mask.
	AppResourceTypeServiceGetResponse *shared.AppResourceTypeServiceGetResponse
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*C1APIAppV1AppResourceTypeServiceGetResponse) GetAppResourceTypeServiceGetResponse added in v1.6.1

func (*C1APIAppV1AppResourceTypeServiceGetResponse) GetContentType added in v1.6.1

func (*C1APIAppV1AppResourceTypeServiceGetResponse) GetRawResponse added in v1.6.1

func (*C1APIAppV1AppResourceTypeServiceGetResponse) GetStatusCode added in v1.6.1

type C1APIAppV1AppResourceTypeServiceListRequest added in v1.1.1

type C1APIAppV1AppResourceTypeServiceListRequest struct {
	AppID     string  `pathParam:"style=simple,explode=false,name=app_id"`
	PageSize  *int    `queryParam:"style=form,explode=true,name=page_size"`
	PageToken *string `queryParam:"style=form,explode=true,name=page_token"`
}

func (*C1APIAppV1AppResourceTypeServiceListRequest) GetAppID added in v1.6.1

func (*C1APIAppV1AppResourceTypeServiceListRequest) GetPageSize added in v1.7.1

func (*C1APIAppV1AppResourceTypeServiceListRequest) GetPageToken added in v1.7.1

type C1APIAppV1AppResourceTypeServiceListResponse added in v1.1.1

type C1APIAppV1AppResourceTypeServiceListResponse struct {
	// The AppResourceTypeServiceListResponse message contains a list of results and a nextPageToken if applicable.
	AppResourceTypeServiceListResponse *shared.AppResourceTypeServiceListResponse
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*C1APIAppV1AppResourceTypeServiceListResponse) GetAppResourceTypeServiceListResponse added in v1.6.1

func (*C1APIAppV1AppResourceTypeServiceListResponse) GetContentType added in v1.6.1

func (*C1APIAppV1AppResourceTypeServiceListResponse) GetRawResponse added in v1.6.1

func (*C1APIAppV1AppResourceTypeServiceListResponse) GetStatusCode added in v1.6.1

type C1APIAppV1AppResourceTypeServiceUpdateManuallyManagedResourceTypeRequest added in v1.20.0

type C1APIAppV1AppResourceTypeServiceUpdateManuallyManagedResourceTypeRequest struct {
	UpdateManuallyManagedResourceTypeRequest *shared.UpdateManuallyManagedResourceTypeRequest `request:"mediaType=application/json"`
	AppID                                    string                                           `pathParam:"style=simple,explode=false,name=app_id"`
	ID                                       string                                           `pathParam:"style=simple,explode=false,name=id"`
}

func (*C1APIAppV1AppResourceTypeServiceUpdateManuallyManagedResourceTypeRequest) GetAppID added in v1.20.0

func (*C1APIAppV1AppResourceTypeServiceUpdateManuallyManagedResourceTypeRequest) GetID added in v1.20.0

func (*C1APIAppV1AppResourceTypeServiceUpdateManuallyManagedResourceTypeRequest) GetUpdateManuallyManagedResourceTypeRequest added in v1.20.0

type C1APIAppV1AppResourceTypeServiceUpdateManuallyManagedResourceTypeResponse added in v1.20.0

type C1APIAppV1AppResourceTypeServiceUpdateManuallyManagedResourceTypeResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
	// Successful response
	UpdateManuallyManagedResourceTypeResponse *shared.UpdateManuallyManagedResourceTypeResponse
}

func (*C1APIAppV1AppResourceTypeServiceUpdateManuallyManagedResourceTypeResponse) GetContentType added in v1.20.0

func (*C1APIAppV1AppResourceTypeServiceUpdateManuallyManagedResourceTypeResponse) GetRawResponse added in v1.20.0

func (*C1APIAppV1AppResourceTypeServiceUpdateManuallyManagedResourceTypeResponse) GetStatusCode added in v1.20.0

func (*C1APIAppV1AppResourceTypeServiceUpdateManuallyManagedResourceTypeResponse) GetUpdateManuallyManagedResourceTypeResponse added in v1.20.0

type C1APIAppV1AppSearchSearchResponse added in v1.0.3

type C1APIAppV1AppSearchSearchResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// The SearchAppsResponse message contains a list of results and a nextPageToken if applicable.
	SearchAppsResponse *shared.SearchAppsResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*C1APIAppV1AppSearchSearchResponse) GetContentType added in v1.6.1

func (o *C1APIAppV1AppSearchSearchResponse) GetContentType() string

func (*C1APIAppV1AppSearchSearchResponse) GetRawResponse added in v1.6.1

func (o *C1APIAppV1AppSearchSearchResponse) GetRawResponse() *http.Response

func (*C1APIAppV1AppSearchSearchResponse) GetSearchAppsResponse added in v1.6.1

func (o *C1APIAppV1AppSearchSearchResponse) GetSearchAppsResponse() *shared.SearchAppsResponse

func (*C1APIAppV1AppSearchSearchResponse) GetStatusCode added in v1.6.1

func (o *C1APIAppV1AppSearchSearchResponse) GetStatusCode() int

type C1APIAppV1AppUsageControlsServiceGetRequest added in v1.0.3

type C1APIAppV1AppUsageControlsServiceGetRequest struct {
	AppID string `pathParam:"style=simple,explode=false,name=app_id"`
}

func (*C1APIAppV1AppUsageControlsServiceGetRequest) GetAppID added in v1.6.1

type C1APIAppV1AppUsageControlsServiceGetResponse added in v1.0.3

type C1APIAppV1AppUsageControlsServiceGetResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// The GetAppUsageControlsResponse message contains the retrieved AppUsageControls object.
	GetAppUsageControlsResponse *shared.GetAppUsageControlsResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*C1APIAppV1AppUsageControlsServiceGetResponse) GetContentType added in v1.6.1

func (*C1APIAppV1AppUsageControlsServiceGetResponse) GetGetAppUsageControlsResponse added in v1.6.1

func (*C1APIAppV1AppUsageControlsServiceGetResponse) GetRawResponse added in v1.6.1

func (*C1APIAppV1AppUsageControlsServiceGetResponse) GetStatusCode added in v1.6.1

type C1APIAppV1AppUsageControlsServiceUpdateRequest added in v1.5.0

type C1APIAppV1AppUsageControlsServiceUpdateRequest struct {
	UpdateAppUsageControlsRequest *shared.UpdateAppUsageControlsRequest `request:"mediaType=application/json"`
	AppID                         string                                `pathParam:"style=simple,explode=false,name=app_id"`
}

func (*C1APIAppV1AppUsageControlsServiceUpdateRequest) GetAppID added in v1.6.1

func (*C1APIAppV1AppUsageControlsServiceUpdateRequest) GetUpdateAppUsageControlsRequest added in v1.6.1

type C1APIAppV1AppUsageControlsServiceUpdateResponse added in v1.5.0

type C1APIAppV1AppUsageControlsServiceUpdateResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
	// The UpdateAppUsageControlsResponse message contains the updated AppUsageControls object.
	UpdateAppUsageControlsResponse *shared.UpdateAppUsageControlsResponse
}

func (*C1APIAppV1AppUsageControlsServiceUpdateResponse) GetContentType added in v1.6.1

func (*C1APIAppV1AppUsageControlsServiceUpdateResponse) GetRawResponse added in v1.6.1

func (*C1APIAppV1AppUsageControlsServiceUpdateResponse) GetStatusCode added in v1.6.1

func (*C1APIAppV1AppUsageControlsServiceUpdateResponse) GetUpdateAppUsageControlsResponse added in v1.6.1

type C1APIAppV1AppUserServiceListAppUserCredentialsRequest added in v1.21.4

type C1APIAppV1AppUserServiceListAppUserCredentialsRequest struct {
	AppID     string `pathParam:"style=simple,explode=false,name=app_id"`
	AppUserID string `pathParam:"style=simple,explode=false,name=app_user_id"`
}

func (*C1APIAppV1AppUserServiceListAppUserCredentialsRequest) GetAppID added in v1.21.4

func (*C1APIAppV1AppUserServiceListAppUserCredentialsRequest) GetAppUserID added in v1.21.4

type C1APIAppV1AppUserServiceListAppUserCredentialsResponse added in v1.21.4

type C1APIAppV1AppUserServiceListAppUserCredentialsResponse struct {
	// Successful response
	AppUserServiceListCredentialsResponse *shared.AppUserServiceListCredentialsResponse
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*C1APIAppV1AppUserServiceListAppUserCredentialsResponse) GetAppUserServiceListCredentialsResponse added in v1.21.4

func (*C1APIAppV1AppUserServiceListAppUserCredentialsResponse) GetContentType added in v1.21.4

func (*C1APIAppV1AppUserServiceListAppUserCredentialsResponse) GetRawResponse added in v1.21.4

func (*C1APIAppV1AppUserServiceListAppUserCredentialsResponse) GetStatusCode added in v1.21.4

type C1APIAppV1AppUserServiceListRequest added in v1.21.4

type C1APIAppV1AppUserServiceListRequest struct {
	AppID string `pathParam:"style=simple,explode=false,name=app_id"`
}

func (*C1APIAppV1AppUserServiceListRequest) GetAppID added in v1.21.4

type C1APIAppV1AppUserServiceListResponse added in v1.21.4

type C1APIAppV1AppUserServiceListResponse struct {
	// Successful response
	AppUserServiceListResponse *shared.AppUserServiceListResponse
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*C1APIAppV1AppUserServiceListResponse) GetAppUserServiceListResponse added in v1.21.4

func (o *C1APIAppV1AppUserServiceListResponse) GetAppUserServiceListResponse() *shared.AppUserServiceListResponse

func (*C1APIAppV1AppUserServiceListResponse) GetContentType added in v1.21.4

func (o *C1APIAppV1AppUserServiceListResponse) GetContentType() string

func (*C1APIAppV1AppUserServiceListResponse) GetRawResponse added in v1.21.4

func (o *C1APIAppV1AppUserServiceListResponse) GetRawResponse() *http.Response

func (*C1APIAppV1AppUserServiceListResponse) GetStatusCode added in v1.21.4

func (o *C1APIAppV1AppUserServiceListResponse) GetStatusCode() int

type C1APIAppV1AppUserServiceUpdateRequest added in v1.8.0

type C1APIAppV1AppUserServiceUpdateRequest struct {
	AppUserServiceUpdateRequest *shared.AppUserServiceUpdateRequest `request:"mediaType=application/json"`
	AppUserAppID                string                              `pathParam:"style=simple,explode=false,name=app_user_app_id"`
	AppUserID                   string                              `pathParam:"style=simple,explode=false,name=app_user_id"`
}

func (*C1APIAppV1AppUserServiceUpdateRequest) GetAppUserAppID added in v1.8.0

func (o *C1APIAppV1AppUserServiceUpdateRequest) GetAppUserAppID() string

func (*C1APIAppV1AppUserServiceUpdateRequest) GetAppUserID added in v1.8.0

func (*C1APIAppV1AppUserServiceUpdateRequest) GetAppUserServiceUpdateRequest added in v1.15.0

func (o *C1APIAppV1AppUserServiceUpdateRequest) GetAppUserServiceUpdateRequest() *shared.AppUserServiceUpdateRequest

type C1APIAppV1AppUserServiceUpdateResponse added in v1.8.0

type C1APIAppV1AppUserServiceUpdateResponse struct {
	// Successful response
	AppUserServiceUpdateResponse *shared.AppUserServiceUpdateResponse
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*C1APIAppV1AppUserServiceUpdateResponse) GetAppUserServiceUpdateResponse added in v1.8.0

func (o *C1APIAppV1AppUserServiceUpdateResponse) GetAppUserServiceUpdateResponse() *shared.AppUserServiceUpdateResponse

func (*C1APIAppV1AppUserServiceUpdateResponse) GetContentType added in v1.8.0

func (o *C1APIAppV1AppUserServiceUpdateResponse) GetContentType() string

func (*C1APIAppV1AppUserServiceUpdateResponse) GetRawResponse added in v1.8.0

func (*C1APIAppV1AppUserServiceUpdateResponse) GetStatusCode added in v1.8.0

func (o *C1APIAppV1AppUserServiceUpdateResponse) GetStatusCode() int

type C1APIAppV1AppsCreateResponse added in v1.7.0

type C1APIAppV1AppsCreateResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Returns the new app's values.
	CreateAppResponse *shared.CreateAppResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*C1APIAppV1AppsCreateResponse) GetContentType added in v1.7.0

func (o *C1APIAppV1AppsCreateResponse) GetContentType() string

func (*C1APIAppV1AppsCreateResponse) GetCreateAppResponse added in v1.7.0

func (o *C1APIAppV1AppsCreateResponse) GetCreateAppResponse() *shared.CreateAppResponse

func (*C1APIAppV1AppsCreateResponse) GetRawResponse added in v1.7.0

func (o *C1APIAppV1AppsCreateResponse) GetRawResponse() *http.Response

func (*C1APIAppV1AppsCreateResponse) GetStatusCode added in v1.7.0

func (o *C1APIAppV1AppsCreateResponse) GetStatusCode() int

type C1APIAppV1AppsDeleteRequest added in v1.7.0

type C1APIAppV1AppsDeleteRequest struct {
	DeleteAppRequest *shared.DeleteAppRequest `request:"mediaType=application/json"`
	ID               string                   `pathParam:"style=simple,explode=false,name=id"`
}

func (*C1APIAppV1AppsDeleteRequest) GetDeleteAppRequest added in v1.7.0

func (o *C1APIAppV1AppsDeleteRequest) GetDeleteAppRequest() *shared.DeleteAppRequest

func (*C1APIAppV1AppsDeleteRequest) GetID added in v1.7.0

type C1APIAppV1AppsDeleteResponse added in v1.7.0

type C1APIAppV1AppsDeleteResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Empty response body. Status code indicates success.
	DeleteAppResponse *shared.DeleteAppResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*C1APIAppV1AppsDeleteResponse) GetContentType added in v1.7.0

func (o *C1APIAppV1AppsDeleteResponse) GetContentType() string

func (*C1APIAppV1AppsDeleteResponse) GetDeleteAppResponse added in v1.7.0

func (o *C1APIAppV1AppsDeleteResponse) GetDeleteAppResponse() *shared.DeleteAppResponse

func (*C1APIAppV1AppsDeleteResponse) GetRawResponse added in v1.7.0

func (o *C1APIAppV1AppsDeleteResponse) GetRawResponse() *http.Response

func (*C1APIAppV1AppsDeleteResponse) GetStatusCode added in v1.7.0

func (o *C1APIAppV1AppsDeleteResponse) GetStatusCode() int

type C1APIAppV1AppsGetRequest

type C1APIAppV1AppsGetRequest struct {
	ID string `pathParam:"style=simple,explode=false,name=id"`
}

func (*C1APIAppV1AppsGetRequest) GetID added in v1.6.1

func (o *C1APIAppV1AppsGetRequest) GetID() string

type C1APIAppV1AppsGetResponse

type C1APIAppV1AppsGetResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// The GetAppResponse message contains the details of the requested app in the app field.
	GetAppResponse *shared.GetAppResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*C1APIAppV1AppsGetResponse) GetContentType added in v1.6.1

func (o *C1APIAppV1AppsGetResponse) GetContentType() string

func (*C1APIAppV1AppsGetResponse) GetGetAppResponse added in v1.6.1

func (o *C1APIAppV1AppsGetResponse) GetGetAppResponse() *shared.GetAppResponse

func (*C1APIAppV1AppsGetResponse) GetRawResponse added in v1.6.1

func (o *C1APIAppV1AppsGetResponse) GetRawResponse() *http.Response

func (*C1APIAppV1AppsGetResponse) GetStatusCode added in v1.6.1

func (o *C1APIAppV1AppsGetResponse) GetStatusCode() int

type C1APIAppV1AppsListRequest added in v1.7.1

type C1APIAppV1AppsListRequest struct {
	PageSize  *int    `queryParam:"style=form,explode=true,name=page_size"`
	PageToken *string `queryParam:"style=form,explode=true,name=page_token"`
}

func (*C1APIAppV1AppsListRequest) GetPageSize added in v1.7.1

func (o *C1APIAppV1AppsListRequest) GetPageSize() *int

func (*C1APIAppV1AppsListRequest) GetPageToken added in v1.7.1

func (o *C1APIAppV1AppsListRequest) GetPageToken() *string

type C1APIAppV1AppsListResponse added in v1.0.3

type C1APIAppV1AppsListResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// The ListAppsResponse message contains a list of results and a nextPageToken if applicable.
	ListAppsResponse *shared.ListAppsResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*C1APIAppV1AppsListResponse) GetContentType added in v1.6.1

func (o *C1APIAppV1AppsListResponse) GetContentType() string

func (*C1APIAppV1AppsListResponse) GetListAppsResponse added in v1.6.1

func (o *C1APIAppV1AppsListResponse) GetListAppsResponse() *shared.ListAppsResponse

func (*C1APIAppV1AppsListResponse) GetRawResponse added in v1.6.1

func (o *C1APIAppV1AppsListResponse) GetRawResponse() *http.Response

func (*C1APIAppV1AppsListResponse) GetStatusCode added in v1.6.1

func (o *C1APIAppV1AppsListResponse) GetStatusCode() int

type C1APIAppV1AppsUpdateRequest added in v1.7.0

type C1APIAppV1AppsUpdateRequest struct {
	UpdateAppRequest *shared.UpdateAppRequest `request:"mediaType=application/json"`
	ID               string                   `pathParam:"style=simple,explode=false,name=id"`
}

func (*C1APIAppV1AppsUpdateRequest) GetID added in v1.7.0

func (*C1APIAppV1AppsUpdateRequest) GetUpdateAppRequest added in v1.15.0

func (o *C1APIAppV1AppsUpdateRequest) GetUpdateAppRequest() *shared.UpdateAppRequest

type C1APIAppV1AppsUpdateResponse added in v1.7.0

type C1APIAppV1AppsUpdateResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
	// Returns the updated app's new values.
	UpdateAppResponse *shared.UpdateAppResponse
}

func (*C1APIAppV1AppsUpdateResponse) GetContentType added in v1.7.0

func (o *C1APIAppV1AppsUpdateResponse) GetContentType() string

func (*C1APIAppV1AppsUpdateResponse) GetRawResponse added in v1.7.0

func (o *C1APIAppV1AppsUpdateResponse) GetRawResponse() *http.Response

func (*C1APIAppV1AppsUpdateResponse) GetStatusCode added in v1.7.0

func (o *C1APIAppV1AppsUpdateResponse) GetStatusCode() int

func (*C1APIAppV1AppsUpdateResponse) GetUpdateAppResponse added in v1.7.0

func (o *C1APIAppV1AppsUpdateResponse) GetUpdateAppResponse() *shared.UpdateAppResponse

type C1APIAppV1ConnectorServiceCreateDelegatedRequest added in v1.7.0

type C1APIAppV1ConnectorServiceCreateDelegatedRequest struct {
	ConnectorServiceCreateDelegatedRequest *shared.ConnectorServiceCreateDelegatedRequest `request:"mediaType=application/json"`
	AppID                                  string                                         `pathParam:"style=simple,explode=false,name=app_id"`
}

func (*C1APIAppV1ConnectorServiceCreateDelegatedRequest) GetAppID added in v1.7.0

func (*C1APIAppV1ConnectorServiceCreateDelegatedRequest) GetConnectorServiceCreateDelegatedRequest added in v1.7.0

type C1APIAppV1ConnectorServiceCreateDelegatedResponse added in v1.7.0

type C1APIAppV1ConnectorServiceCreateDelegatedResponse struct {
	// The ConnectorServiceCreateResponse is the response returned from creating a connector.
	ConnectorServiceCreateResponse *shared.ConnectorServiceCreateResponse
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*C1APIAppV1ConnectorServiceCreateDelegatedResponse) GetConnectorServiceCreateResponse added in v1.7.0

func (*C1APIAppV1ConnectorServiceCreateDelegatedResponse) GetContentType added in v1.7.0

func (*C1APIAppV1ConnectorServiceCreateDelegatedResponse) GetRawResponse added in v1.7.0

func (*C1APIAppV1ConnectorServiceCreateDelegatedResponse) GetStatusCode added in v1.7.0

type C1APIAppV1ConnectorServiceCreateRequest added in v1.7.1

type C1APIAppV1ConnectorServiceCreateRequest struct {
	ConnectorServiceCreateRequest *shared.ConnectorServiceCreateRequest `request:"mediaType=application/json"`
	AppID                         string                                `pathParam:"style=simple,explode=false,name=app_id"`
}

func (*C1APIAppV1ConnectorServiceCreateRequest) GetAppID added in v1.7.1

func (*C1APIAppV1ConnectorServiceCreateRequest) GetConnectorServiceCreateRequest added in v1.7.1

func (o *C1APIAppV1ConnectorServiceCreateRequest) GetConnectorServiceCreateRequest() *shared.ConnectorServiceCreateRequest

type C1APIAppV1ConnectorServiceCreateResponse added in v1.7.1

type C1APIAppV1ConnectorServiceCreateResponse struct {
	// The ConnectorServiceCreateResponse is the response returned from creating a connector.
	ConnectorServiceCreateResponse *shared.ConnectorServiceCreateResponse
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*C1APIAppV1ConnectorServiceCreateResponse) GetConnectorServiceCreateResponse added in v1.7.1

func (o *C1APIAppV1ConnectorServiceCreateResponse) GetConnectorServiceCreateResponse() *shared.ConnectorServiceCreateResponse

func (*C1APIAppV1ConnectorServiceCreateResponse) GetContentType added in v1.7.1

func (*C1APIAppV1ConnectorServiceCreateResponse) GetRawResponse added in v1.7.1

func (*C1APIAppV1ConnectorServiceCreateResponse) GetStatusCode added in v1.7.1

func (o *C1APIAppV1ConnectorServiceCreateResponse) GetStatusCode() int

type C1APIAppV1ConnectorServiceDeleteRequest added in v1.7.0

type C1APIAppV1ConnectorServiceDeleteRequest struct {
	ConnectorServiceDeleteRequest *shared.ConnectorServiceDeleteRequest `request:"mediaType=application/json"`
	AppID                         string                                `pathParam:"style=simple,explode=false,name=app_id"`
	ID                            string                                `pathParam:"style=simple,explode=false,name=id"`
}

func (*C1APIAppV1ConnectorServiceDeleteRequest) GetAppID added in v1.7.0

func (*C1APIAppV1ConnectorServiceDeleteRequest) GetConnectorServiceDeleteRequest added in v1.7.0

func (o *C1APIAppV1ConnectorServiceDeleteRequest) GetConnectorServiceDeleteRequest() *shared.ConnectorServiceDeleteRequest

func (*C1APIAppV1ConnectorServiceDeleteRequest) GetID added in v1.7.0

type C1APIAppV1ConnectorServiceDeleteResponse added in v1.7.0

type C1APIAppV1ConnectorServiceDeleteResponse struct {
	// Empty response body. Status code indicates success.
	ConnectorServiceDeleteResponse *shared.ConnectorServiceDeleteResponse
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*C1APIAppV1ConnectorServiceDeleteResponse) GetConnectorServiceDeleteResponse added in v1.7.0

func (o *C1APIAppV1ConnectorServiceDeleteResponse) GetConnectorServiceDeleteResponse() *shared.ConnectorServiceDeleteResponse

func (*C1APIAppV1ConnectorServiceDeleteResponse) GetContentType added in v1.7.0

func (*C1APIAppV1ConnectorServiceDeleteResponse) GetRawResponse added in v1.7.0

func (*C1APIAppV1ConnectorServiceDeleteResponse) GetStatusCode added in v1.7.0

func (o *C1APIAppV1ConnectorServiceDeleteResponse) GetStatusCode() int

type C1APIAppV1ConnectorServiceForceSyncRequest added in v1.18.3

type C1APIAppV1ConnectorServiceForceSyncRequest struct {
	ForceSyncRequest *shared.ForceSyncRequest `request:"mediaType=application/json"`
	AppID            string                   `pathParam:"style=simple,explode=false,name=app_id"`
	ConnectorID      string                   `pathParam:"style=simple,explode=false,name=connector_id"`
}

func (*C1APIAppV1ConnectorServiceForceSyncRequest) GetAppID added in v1.18.3

func (*C1APIAppV1ConnectorServiceForceSyncRequest) GetConnectorID added in v1.18.3

func (*C1APIAppV1ConnectorServiceForceSyncRequest) GetForceSyncRequest added in v1.18.3

type C1APIAppV1ConnectorServiceForceSyncResponse added in v1.18.3

type C1APIAppV1ConnectorServiceForceSyncResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Successful response
	ForceSyncResponse *shared.ForceSyncResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*C1APIAppV1ConnectorServiceForceSyncResponse) GetContentType added in v1.18.3

func (*C1APIAppV1ConnectorServiceForceSyncResponse) GetForceSyncResponse added in v1.18.3

func (*C1APIAppV1ConnectorServiceForceSyncResponse) GetRawResponse added in v1.18.3

func (*C1APIAppV1ConnectorServiceForceSyncResponse) GetStatusCode added in v1.18.3

type C1APIAppV1ConnectorServiceGetCredentialsRequest added in v1.7.0

type C1APIAppV1ConnectorServiceGetCredentialsRequest struct {
	AppID       string `pathParam:"style=simple,explode=false,name=app_id"`
	ConnectorID string `pathParam:"style=simple,explode=false,name=connector_id"`
	ID          string `pathParam:"style=simple,explode=false,name=id"`
}

func (*C1APIAppV1ConnectorServiceGetCredentialsRequest) GetAppID added in v1.7.0

func (*C1APIAppV1ConnectorServiceGetCredentialsRequest) GetConnectorID added in v1.7.0

func (*C1APIAppV1ConnectorServiceGetCredentialsRequest) GetID added in v1.7.0

type C1APIAppV1ConnectorServiceGetCredentialsResponse added in v1.7.0

type C1APIAppV1ConnectorServiceGetCredentialsResponse struct {
	// ConnectorServiceGetCredentialsResponse is the response returned by the get method.
	ConnectorServiceGetCredentialsResponse *shared.ConnectorServiceGetCredentialsResponse
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*C1APIAppV1ConnectorServiceGetCredentialsResponse) GetConnectorServiceGetCredentialsResponse added in v1.7.0

func (*C1APIAppV1ConnectorServiceGetCredentialsResponse) GetContentType added in v1.7.0

func (*C1APIAppV1ConnectorServiceGetCredentialsResponse) GetRawResponse added in v1.7.0

func (*C1APIAppV1ConnectorServiceGetCredentialsResponse) GetStatusCode added in v1.7.0

type C1APIAppV1ConnectorServiceGetRequest added in v1.7.0

type C1APIAppV1ConnectorServiceGetRequest struct {
	AppID string `pathParam:"style=simple,explode=false,name=app_id"`
	ID    string `pathParam:"style=simple,explode=false,name=id"`
}

func (*C1APIAppV1ConnectorServiceGetRequest) GetAppID added in v1.7.0

func (*C1APIAppV1ConnectorServiceGetRequest) GetID added in v1.7.0

type C1APIAppV1ConnectorServiceGetResponse added in v1.7.0

type C1APIAppV1ConnectorServiceGetResponse struct {
	// The ConnectorServiceGetResponse message contains the connectorView, and an expand mask.
	ConnectorServiceGetResponse *shared.ConnectorServiceGetResponse
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*C1APIAppV1ConnectorServiceGetResponse) GetConnectorServiceGetResponse added in v1.7.0

func (o *C1APIAppV1ConnectorServiceGetResponse) GetConnectorServiceGetResponse() *shared.ConnectorServiceGetResponse

func (*C1APIAppV1ConnectorServiceGetResponse) GetContentType added in v1.7.0

func (o *C1APIAppV1ConnectorServiceGetResponse) GetContentType() string

func (*C1APIAppV1ConnectorServiceGetResponse) GetRawResponse added in v1.7.0

func (*C1APIAppV1ConnectorServiceGetResponse) GetStatusCode added in v1.7.0

func (o *C1APIAppV1ConnectorServiceGetResponse) GetStatusCode() int

type C1APIAppV1ConnectorServiceListRequest added in v1.7.0

type C1APIAppV1ConnectorServiceListRequest struct {
	AppID     string  `pathParam:"style=simple,explode=false,name=app_id"`
	PageSize  *int    `queryParam:"style=form,explode=true,name=page_size"`
	PageToken *string `queryParam:"style=form,explode=true,name=page_token"`
}

func (*C1APIAppV1ConnectorServiceListRequest) GetAppID added in v1.7.0

func (*C1APIAppV1ConnectorServiceListRequest) GetPageSize added in v1.7.1

func (o *C1APIAppV1ConnectorServiceListRequest) GetPageSize() *int

func (*C1APIAppV1ConnectorServiceListRequest) GetPageToken added in v1.7.1

func (o *C1APIAppV1ConnectorServiceListRequest) GetPageToken() *string

type C1APIAppV1ConnectorServiceListResponse added in v1.7.0

type C1APIAppV1ConnectorServiceListResponse struct {
	// The ConnectorServiceListResponse message contains a list of results and a nextPageToken if applicable
	ConnectorServiceListResponse *shared.ConnectorServiceListResponse
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*C1APIAppV1ConnectorServiceListResponse) GetConnectorServiceListResponse added in v1.7.0

func (o *C1APIAppV1ConnectorServiceListResponse) GetConnectorServiceListResponse() *shared.ConnectorServiceListResponse

func (*C1APIAppV1ConnectorServiceListResponse) GetContentType added in v1.7.0

func (o *C1APIAppV1ConnectorServiceListResponse) GetContentType() string

func (*C1APIAppV1ConnectorServiceListResponse) GetRawResponse added in v1.7.0

func (*C1APIAppV1ConnectorServiceListResponse) GetStatusCode added in v1.7.0

func (o *C1APIAppV1ConnectorServiceListResponse) GetStatusCode() int

type C1APIAppV1ConnectorServiceRevokeCredentialRequest added in v1.7.0

type C1APIAppV1ConnectorServiceRevokeCredentialRequest struct {
	ConnectorServiceRevokeCredentialRequest *shared.ConnectorServiceRevokeCredentialRequest `request:"mediaType=application/json"`
	AppID                                   string                                          `pathParam:"style=simple,explode=false,name=app_id"`
	ConnectorID                             string                                          `pathParam:"style=simple,explode=false,name=connector_id"`
	ID                                      string                                          `pathParam:"style=simple,explode=false,name=id"`
}

func (*C1APIAppV1ConnectorServiceRevokeCredentialRequest) GetAppID added in v1.7.0

func (*C1APIAppV1ConnectorServiceRevokeCredentialRequest) GetConnectorID added in v1.7.0

func (*C1APIAppV1ConnectorServiceRevokeCredentialRequest) GetConnectorServiceRevokeCredentialRequest added in v1.7.0

func (*C1APIAppV1ConnectorServiceRevokeCredentialRequest) GetID added in v1.7.0

type C1APIAppV1ConnectorServiceRevokeCredentialResponse added in v1.7.0

type C1APIAppV1ConnectorServiceRevokeCredentialResponse struct {
	// Empty response body. Status code indicates success.
	ConnectorServiceRevokeCredentialResponse *shared.ConnectorServiceRevokeCredentialResponse
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*C1APIAppV1ConnectorServiceRevokeCredentialResponse) GetConnectorServiceRevokeCredentialResponse added in v1.7.0

func (*C1APIAppV1ConnectorServiceRevokeCredentialResponse) GetContentType added in v1.7.0

func (*C1APIAppV1ConnectorServiceRevokeCredentialResponse) GetRawResponse added in v1.7.0

func (*C1APIAppV1ConnectorServiceRevokeCredentialResponse) GetStatusCode added in v1.7.0

type C1APIAppV1ConnectorServiceRotateCredentialRequest added in v1.7.0

type C1APIAppV1ConnectorServiceRotateCredentialRequest struct {
	ConnectorServiceRotateCredentialRequest *shared.ConnectorServiceRotateCredentialRequest `request:"mediaType=application/json"`
	AppID                                   string                                          `pathParam:"style=simple,explode=false,name=app_id"`
	ConnectorID                             string                                          `pathParam:"style=simple,explode=false,name=connector_id"`
}

func (*C1APIAppV1ConnectorServiceRotateCredentialRequest) GetAppID added in v1.7.0

func (*C1APIAppV1ConnectorServiceRotateCredentialRequest) GetConnectorID added in v1.7.0

func (*C1APIAppV1ConnectorServiceRotateCredentialRequest) GetConnectorServiceRotateCredentialRequest added in v1.7.0

type C1APIAppV1ConnectorServiceRotateCredentialResponse added in v1.7.0

type C1APIAppV1ConnectorServiceRotateCredentialResponse struct {
	// ConnectorServiceRotateCredentialResponse is the response returned by the rotate method.
	ConnectorServiceRotateCredentialResponse *shared.ConnectorServiceRotateCredentialResponse
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*C1APIAppV1ConnectorServiceRotateCredentialResponse) GetConnectorServiceRotateCredentialResponse added in v1.7.0

func (*C1APIAppV1ConnectorServiceRotateCredentialResponse) GetContentType added in v1.7.0

func (*C1APIAppV1ConnectorServiceRotateCredentialResponse) GetRawResponse added in v1.7.0

func (*C1APIAppV1ConnectorServiceRotateCredentialResponse) GetStatusCode added in v1.7.0

type C1APIAppV1ConnectorServiceUpdateDelegatedRequest added in v1.7.0

type C1APIAppV1ConnectorServiceUpdateDelegatedRequest struct {
	ConnectorServiceUpdateDelegatedRequest *shared.ConnectorServiceUpdateDelegatedRequest `request:"mediaType=application/json"`
	ConnectorAppID                         string                                         `pathParam:"style=simple,explode=false,name=connector_app_id"`
	ConnectorID                            string                                         `pathParam:"style=simple,explode=false,name=connector_id"`
}

func (*C1APIAppV1ConnectorServiceUpdateDelegatedRequest) GetConnectorAppID added in v1.7.0

func (*C1APIAppV1ConnectorServiceUpdateDelegatedRequest) GetConnectorID added in v1.7.0

func (*C1APIAppV1ConnectorServiceUpdateDelegatedRequest) GetConnectorServiceUpdateDelegatedRequest added in v1.15.0

type C1APIAppV1ConnectorServiceUpdateDelegatedResponse added in v1.7.0

type C1APIAppV1ConnectorServiceUpdateDelegatedResponse struct {
	// ConnectorServiceUpdateResponse is the response returned by the update method.
	ConnectorServiceUpdateResponse *shared.ConnectorServiceUpdateResponse
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*C1APIAppV1ConnectorServiceUpdateDelegatedResponse) GetConnectorServiceUpdateResponse added in v1.7.0

func (*C1APIAppV1ConnectorServiceUpdateDelegatedResponse) GetContentType added in v1.7.0

func (*C1APIAppV1ConnectorServiceUpdateDelegatedResponse) GetRawResponse added in v1.7.0

func (*C1APIAppV1ConnectorServiceUpdateDelegatedResponse) GetStatusCode added in v1.7.0

type C1APIAppV1ConnectorServiceUpdateRequest added in v1.7.0

type C1APIAppV1ConnectorServiceUpdateRequest struct {
	ConnectorServiceUpdateRequest *shared.ConnectorServiceUpdateRequest `request:"mediaType=application/json"`
	AppID                         string                                `pathParam:"style=simple,explode=false,name=app_id"`
	ID                            string                                `pathParam:"style=simple,explode=false,name=id"`
}

func (*C1APIAppV1ConnectorServiceUpdateRequest) GetAppID added in v1.7.0

func (*C1APIAppV1ConnectorServiceUpdateRequest) GetConnectorServiceUpdateRequest added in v1.15.0

func (o *C1APIAppV1ConnectorServiceUpdateRequest) GetConnectorServiceUpdateRequest() *shared.ConnectorServiceUpdateRequest

func (*C1APIAppV1ConnectorServiceUpdateRequest) GetID added in v1.7.0

type C1APIAppV1ConnectorServiceUpdateResponse added in v1.7.0

type C1APIAppV1ConnectorServiceUpdateResponse struct {
	// ConnectorServiceUpdateResponse is the response returned by the update method.
	ConnectorServiceUpdateResponse *shared.ConnectorServiceUpdateResponse
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*C1APIAppV1ConnectorServiceUpdateResponse) GetConnectorServiceUpdateResponse added in v1.7.0

func (o *C1APIAppV1ConnectorServiceUpdateResponse) GetConnectorServiceUpdateResponse() *shared.ConnectorServiceUpdateResponse

func (*C1APIAppV1ConnectorServiceUpdateResponse) GetContentType added in v1.7.0

func (*C1APIAppV1ConnectorServiceUpdateResponse) GetRawResponse added in v1.7.0

func (*C1APIAppV1ConnectorServiceUpdateResponse) GetStatusCode added in v1.7.0

func (o *C1APIAppV1ConnectorServiceUpdateResponse) GetStatusCode() int

type C1APIAttributeV1AttributeSearchSearchAttributeValuesResponse added in v1.8.0

type C1APIAttributeV1AttributeSearchSearchAttributeValuesResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// SearchAttributeValuesResponse is the response for searching AttributeValues.
	SearchAttributeValuesResponse *shared.SearchAttributeValuesResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*C1APIAttributeV1AttributeSearchSearchAttributeValuesResponse) GetContentType added in v1.8.0

func (*C1APIAttributeV1AttributeSearchSearchAttributeValuesResponse) GetRawResponse added in v1.8.0

func (*C1APIAttributeV1AttributeSearchSearchAttributeValuesResponse) GetSearchAttributeValuesResponse added in v1.8.0

func (*C1APIAttributeV1AttributeSearchSearchAttributeValuesResponse) GetStatusCode added in v1.8.0

type C1APIAttributeV1AttributesCreateAttributeValueResponse added in v1.8.0

type C1APIAttributeV1AttributesCreateAttributeValueResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// CreateAttributeValueResponse is the response for creating an attribute value.
	CreateAttributeValueResponse *shared.CreateAttributeValueResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*C1APIAttributeV1AttributesCreateAttributeValueResponse) GetContentType added in v1.8.0

func (*C1APIAttributeV1AttributesCreateAttributeValueResponse) GetCreateAttributeValueResponse added in v1.8.0

func (*C1APIAttributeV1AttributesCreateAttributeValueResponse) GetRawResponse added in v1.8.0

func (*C1APIAttributeV1AttributesCreateAttributeValueResponse) GetStatusCode added in v1.8.0

type C1APIAttributeV1AttributesDeleteAttributeValueRequest added in v1.8.0

type C1APIAttributeV1AttributesDeleteAttributeValueRequest struct {
	DeleteAttributeValueRequest *shared.DeleteAttributeValueRequest `request:"mediaType=application/json"`
	ID                          string                              `pathParam:"style=simple,explode=false,name=id"`
}

func (*C1APIAttributeV1AttributesDeleteAttributeValueRequest) GetDeleteAttributeValueRequest added in v1.8.0

func (*C1APIAttributeV1AttributesDeleteAttributeValueRequest) GetID added in v1.8.0

type C1APIAttributeV1AttributesDeleteAttributeValueResponse added in v1.8.0

type C1APIAttributeV1AttributesDeleteAttributeValueResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// DeleteAttributeValueResponse is the empty response for deleting an attribute value.
	DeleteAttributeValueResponse *shared.DeleteAttributeValueResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*C1APIAttributeV1AttributesDeleteAttributeValueResponse) GetContentType added in v1.8.0

func (*C1APIAttributeV1AttributesDeleteAttributeValueResponse) GetDeleteAttributeValueResponse added in v1.8.0

func (*C1APIAttributeV1AttributesDeleteAttributeValueResponse) GetRawResponse added in v1.8.0

func (*C1APIAttributeV1AttributesDeleteAttributeValueResponse) GetStatusCode added in v1.8.0

type C1APIAttributeV1AttributesGetAttributeValueRequest added in v1.8.0

type C1APIAttributeV1AttributesGetAttributeValueRequest struct {
	ID string `pathParam:"style=simple,explode=false,name=id"`
}

func (*C1APIAttributeV1AttributesGetAttributeValueRequest) GetID added in v1.8.0

type C1APIAttributeV1AttributesGetAttributeValueResponse added in v1.8.0

type C1APIAttributeV1AttributesGetAttributeValueResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// GetAttributeValueResponse is the response for getting an attribute value by id.
	GetAttributeValueResponse *shared.GetAttributeValueResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*C1APIAttributeV1AttributesGetAttributeValueResponse) GetContentType added in v1.8.0

func (*C1APIAttributeV1AttributesGetAttributeValueResponse) GetGetAttributeValueResponse added in v1.8.0

func (*C1APIAttributeV1AttributesGetAttributeValueResponse) GetRawResponse added in v1.8.0

func (*C1APIAttributeV1AttributesGetAttributeValueResponse) GetStatusCode added in v1.8.0

type C1APIAttributeV1AttributesListAttributeTypesRequest added in v1.8.0

type C1APIAttributeV1AttributesListAttributeTypesRequest struct {
	PageSize  *int    `queryParam:"style=form,explode=true,name=page_size"`
	PageToken *string `queryParam:"style=form,explode=true,name=page_token"`
}

func (*C1APIAttributeV1AttributesListAttributeTypesRequest) GetPageSize added in v1.8.0

func (*C1APIAttributeV1AttributesListAttributeTypesRequest) GetPageToken added in v1.8.0

type C1APIAttributeV1AttributesListAttributeTypesResponse added in v1.8.0

type C1APIAttributeV1AttributesListAttributeTypesResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// ListAttributeTypesResponse is the response for listing attribute types.
	ListAttributeTypesResponse *shared.ListAttributeTypesResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*C1APIAttributeV1AttributesListAttributeTypesResponse) GetContentType added in v1.8.0

func (*C1APIAttributeV1AttributesListAttributeTypesResponse) GetListAttributeTypesResponse added in v1.8.0

func (*C1APIAttributeV1AttributesListAttributeTypesResponse) GetRawResponse added in v1.8.0

func (*C1APIAttributeV1AttributesListAttributeTypesResponse) GetStatusCode added in v1.8.0

type C1APIAttributeV1AttributesListAttributeValuesRequest added in v1.8.0

type C1APIAttributeV1AttributesListAttributeValuesRequest struct {
	AttributeTypeID string  `pathParam:"style=simple,explode=false,name=attribute_type_id"`
	PageSize        *int    `queryParam:"style=form,explode=true,name=page_size"`
	PageToken       *string `queryParam:"style=form,explode=true,name=page_token"`
}

func (*C1APIAttributeV1AttributesListAttributeValuesRequest) GetAttributeTypeID added in v1.8.0

func (*C1APIAttributeV1AttributesListAttributeValuesRequest) GetPageSize added in v1.8.0

func (*C1APIAttributeV1AttributesListAttributeValuesRequest) GetPageToken added in v1.8.0

type C1APIAttributeV1AttributesListAttributeValuesResponse added in v1.8.0

type C1APIAttributeV1AttributesListAttributeValuesResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// ListAttributeValuesResponse is the response for listing attribute values for a given AttributeType.
	ListAttributeValuesResponse *shared.ListAttributeValuesResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*C1APIAttributeV1AttributesListAttributeValuesResponse) GetContentType added in v1.8.0

func (*C1APIAttributeV1AttributesListAttributeValuesResponse) GetListAttributeValuesResponse added in v1.8.0

func (*C1APIAttributeV1AttributesListAttributeValuesResponse) GetRawResponse added in v1.8.0

func (*C1APIAttributeV1AttributesListAttributeValuesResponse) GetStatusCode added in v1.8.0

type C1APIAuthV1AuthIntrospectResponse

type C1APIAuthV1AuthIntrospectResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// IntrospectResponse contains information about the current user who is authenticated.
	IntrospectResponse *shared.IntrospectResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*C1APIAuthV1AuthIntrospectResponse) GetContentType added in v1.6.1

func (o *C1APIAuthV1AuthIntrospectResponse) GetContentType() string

func (*C1APIAuthV1AuthIntrospectResponse) GetIntrospectResponse added in v1.6.1

func (o *C1APIAuthV1AuthIntrospectResponse) GetIntrospectResponse() *shared.IntrospectResponse

func (*C1APIAuthV1AuthIntrospectResponse) GetRawResponse added in v1.6.1

func (o *C1APIAuthV1AuthIntrospectResponse) GetRawResponse() *http.Response

func (*C1APIAuthV1AuthIntrospectResponse) GetStatusCode added in v1.6.1

func (o *C1APIAuthV1AuthIntrospectResponse) GetStatusCode() int

type C1APIDirectoryV1DirectoryServiceCreateResponse added in v1.0.3

type C1APIDirectoryV1DirectoryServiceCreateResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// The DirectoryServiceCreateResponse message.
	DirectoryServiceCreateResponse *shared.DirectoryServiceCreateResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*C1APIDirectoryV1DirectoryServiceCreateResponse) GetContentType added in v1.6.1

func (*C1APIDirectoryV1DirectoryServiceCreateResponse) GetDirectoryServiceCreateResponse added in v1.6.1

func (*C1APIDirectoryV1DirectoryServiceCreateResponse) GetRawResponse added in v1.6.1

func (*C1APIDirectoryV1DirectoryServiceCreateResponse) GetStatusCode added in v1.6.1

type C1APIDirectoryV1DirectoryServiceDeleteRequest added in v1.0.3

type C1APIDirectoryV1DirectoryServiceDeleteRequest struct {
	DirectoryServiceDeleteRequest *shared.DirectoryServiceDeleteRequest `request:"mediaType=application/json"`
	AppID                         string                                `pathParam:"style=simple,explode=false,name=app_id"`
}

func (*C1APIDirectoryV1DirectoryServiceDeleteRequest) GetAppID added in v1.6.1

func (*C1APIDirectoryV1DirectoryServiceDeleteRequest) GetDirectoryServiceDeleteRequest added in v1.6.1

type C1APIDirectoryV1DirectoryServiceDeleteResponse added in v1.0.3

type C1APIDirectoryV1DirectoryServiceDeleteResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Empty response with a status code indicating success.
	DirectoryServiceDeleteResponse *shared.DirectoryServiceDeleteResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*C1APIDirectoryV1DirectoryServiceDeleteResponse) GetContentType added in v1.6.1

func (*C1APIDirectoryV1DirectoryServiceDeleteResponse) GetDirectoryServiceDeleteResponse added in v1.6.1

func (*C1APIDirectoryV1DirectoryServiceDeleteResponse) GetRawResponse added in v1.6.1

func (*C1APIDirectoryV1DirectoryServiceDeleteResponse) GetStatusCode added in v1.6.1

type C1APIDirectoryV1DirectoryServiceGetRequest added in v1.0.3

type C1APIDirectoryV1DirectoryServiceGetRequest struct {
	AppID string `pathParam:"style=simple,explode=false,name=app_id"`
}

func (*C1APIDirectoryV1DirectoryServiceGetRequest) GetAppID added in v1.6.1

type C1APIDirectoryV1DirectoryServiceGetResponse added in v1.0.3

type C1APIDirectoryV1DirectoryServiceGetResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// The Directory Service Get Response returns a directory view with a directory and JSONPATHs indicating the
	//  location in the expanded array that items are expanded as indicated by the expand mask in the request.
	DirectoryServiceGetResponse *shared.DirectoryServiceGetResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*C1APIDirectoryV1DirectoryServiceGetResponse) GetContentType added in v1.6.1

func (*C1APIDirectoryV1DirectoryServiceGetResponse) GetDirectoryServiceGetResponse added in v1.6.1

func (*C1APIDirectoryV1DirectoryServiceGetResponse) GetRawResponse added in v1.6.1

func (*C1APIDirectoryV1DirectoryServiceGetResponse) GetStatusCode added in v1.6.1

type C1APIDirectoryV1DirectoryServiceListRequest added in v1.7.1

type C1APIDirectoryV1DirectoryServiceListRequest struct {
	PageSize  *int    `queryParam:"style=form,explode=true,name=page_size"`
	PageToken *string `queryParam:"style=form,explode=true,name=page_token"`
}

func (*C1APIDirectoryV1DirectoryServiceListRequest) GetPageSize added in v1.7.1

func (*C1APIDirectoryV1DirectoryServiceListRequest) GetPageToken added in v1.7.1

type C1APIDirectoryV1DirectoryServiceListResponse added in v1.0.3

type C1APIDirectoryV1DirectoryServiceListResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// The DirectoryServiceListResponse message contains a list of results and a nextPageToken if applicable.
	DirectoryServiceListResponse *shared.DirectoryServiceListResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*C1APIDirectoryV1DirectoryServiceListResponse) GetContentType added in v1.6.1

func (*C1APIDirectoryV1DirectoryServiceListResponse) GetDirectoryServiceListResponse added in v1.6.1

func (*C1APIDirectoryV1DirectoryServiceListResponse) GetRawResponse added in v1.6.1

func (*C1APIDirectoryV1DirectoryServiceListResponse) GetStatusCode added in v1.6.1

type C1APIIamV1PersonalClientSearchServiceSearchResponse added in v1.20.0

type C1APIIamV1PersonalClientSearchServiceSearchResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Successful response
	PersonalClientSearchServiceSearchResponse *shared.PersonalClientSearchServiceSearchResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*C1APIIamV1PersonalClientSearchServiceSearchResponse) GetContentType added in v1.20.0

func (*C1APIIamV1PersonalClientSearchServiceSearchResponse) GetPersonalClientSearchServiceSearchResponse added in v1.20.0

func (*C1APIIamV1PersonalClientSearchServiceSearchResponse) GetRawResponse added in v1.20.0

func (*C1APIIamV1PersonalClientSearchServiceSearchResponse) GetStatusCode added in v1.20.0

type C1APIIamV1PersonalClientServiceCreateResponse added in v1.1.2

type C1APIIamV1PersonalClientServiceCreateResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// The PersonalClientServiceCreateResponse message contains the created personal client and client secret.
	PersonalClientServiceCreateResponse *shared.PersonalClientServiceCreateResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*C1APIIamV1PersonalClientServiceCreateResponse) GetContentType added in v1.6.1

func (*C1APIIamV1PersonalClientServiceCreateResponse) GetPersonalClientServiceCreateResponse added in v1.6.1

func (*C1APIIamV1PersonalClientServiceCreateResponse) GetRawResponse added in v1.6.1

func (*C1APIIamV1PersonalClientServiceCreateResponse) GetStatusCode added in v1.6.1

type C1APIIamV1PersonalClientServiceDeleteRequest added in v1.20.0

type C1APIIamV1PersonalClientServiceDeleteRequest struct {
	PersonalClientServiceDeleteRequest *shared.PersonalClientServiceDeleteRequest `request:"mediaType=application/json"`
	ID                                 string                                     `pathParam:"style=simple,explode=false,name=id"`
}

func (*C1APIIamV1PersonalClientServiceDeleteRequest) GetID added in v1.20.0

func (*C1APIIamV1PersonalClientServiceDeleteRequest) GetPersonalClientServiceDeleteRequest added in v1.20.0

type C1APIIamV1PersonalClientServiceDeleteResponse added in v1.20.0

type C1APIIamV1PersonalClientServiceDeleteResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Successful response
	PersonalClientServiceDeleteResponse *shared.PersonalClientServiceDeleteResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*C1APIIamV1PersonalClientServiceDeleteResponse) GetContentType added in v1.20.0

func (*C1APIIamV1PersonalClientServiceDeleteResponse) GetPersonalClientServiceDeleteResponse added in v1.20.0

func (*C1APIIamV1PersonalClientServiceDeleteResponse) GetRawResponse added in v1.20.0

func (*C1APIIamV1PersonalClientServiceDeleteResponse) GetStatusCode added in v1.20.0

type C1APIIamV1PersonalClientServiceGetRequest added in v1.20.0

type C1APIIamV1PersonalClientServiceGetRequest struct {
	ID string `pathParam:"style=simple,explode=false,name=id"`
}

func (*C1APIIamV1PersonalClientServiceGetRequest) GetID added in v1.20.0

type C1APIIamV1PersonalClientServiceGetResponse added in v1.20.0

type C1APIIamV1PersonalClientServiceGetResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Successful response
	PersonalClientServiceGetResponse *shared.PersonalClientServiceGetResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*C1APIIamV1PersonalClientServiceGetResponse) GetContentType added in v1.20.0

func (*C1APIIamV1PersonalClientServiceGetResponse) GetPersonalClientServiceGetResponse added in v1.20.0

func (*C1APIIamV1PersonalClientServiceGetResponse) GetRawResponse added in v1.20.0

func (*C1APIIamV1PersonalClientServiceGetResponse) GetStatusCode added in v1.20.0

type C1APIIamV1PersonalClientServiceListResponse added in v1.20.0

type C1APIIamV1PersonalClientServiceListResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Successful response
	PersonalClientServiceListResponse *shared.PersonalClientServiceListResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*C1APIIamV1PersonalClientServiceListResponse) GetContentType added in v1.20.0

func (*C1APIIamV1PersonalClientServiceListResponse) GetPersonalClientServiceListResponse added in v1.20.0

func (*C1APIIamV1PersonalClientServiceListResponse) GetRawResponse added in v1.20.0

func (*C1APIIamV1PersonalClientServiceListResponse) GetStatusCode added in v1.20.0

type C1APIIamV1PersonalClientServiceUpdateRequest added in v1.20.0

type C1APIIamV1PersonalClientServiceUpdateRequest struct {
	PersonalClientServiceUpdateRequest *shared.PersonalClientServiceUpdateRequest `request:"mediaType=application/json"`
	ID                                 string                                     `pathParam:"style=simple,explode=false,name=id"`
}

func (*C1APIIamV1PersonalClientServiceUpdateRequest) GetID added in v1.20.0

func (*C1APIIamV1PersonalClientServiceUpdateRequest) GetPersonalClientServiceUpdateRequest added in v1.20.0

type C1APIIamV1PersonalClientServiceUpdateResponse added in v1.20.0

type C1APIIamV1PersonalClientServiceUpdateResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Successful response
	PersonalClientServiceUpdateResponse *shared.PersonalClientServiceUpdateResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*C1APIIamV1PersonalClientServiceUpdateResponse) GetContentType added in v1.20.0

func (*C1APIIamV1PersonalClientServiceUpdateResponse) GetPersonalClientServiceUpdateResponse added in v1.20.0

func (*C1APIIamV1PersonalClientServiceUpdateResponse) GetRawResponse added in v1.20.0

func (*C1APIIamV1PersonalClientServiceUpdateResponse) GetStatusCode added in v1.20.0

type C1APIIamV1RolesGetRequest added in v1.0.3

type C1APIIamV1RolesGetRequest struct {
	RoleID string `pathParam:"style=simple,explode=false,name=role_id"`
}

func (*C1APIIamV1RolesGetRequest) GetRoleID added in v1.6.1

func (o *C1APIIamV1RolesGetRequest) GetRoleID() string

type C1APIIamV1RolesGetResponse added in v1.0.3

type C1APIIamV1RolesGetResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// The GetRolesResponse message contains the retrieved role.
	GetRolesResponse *shared.GetRolesResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*C1APIIamV1RolesGetResponse) GetContentType added in v1.6.1

func (o *C1APIIamV1RolesGetResponse) GetContentType() string

func (*C1APIIamV1RolesGetResponse) GetGetRolesResponse added in v1.6.1

func (o *C1APIIamV1RolesGetResponse) GetGetRolesResponse() *shared.GetRolesResponse

func (*C1APIIamV1RolesGetResponse) GetRawResponse added in v1.6.1

func (o *C1APIIamV1RolesGetResponse) GetRawResponse() *http.Response

func (*C1APIIamV1RolesGetResponse) GetStatusCode added in v1.6.1

func (o *C1APIIamV1RolesGetResponse) GetStatusCode() int

type C1APIIamV1RolesListRequest added in v1.7.1

type C1APIIamV1RolesListRequest struct {
	PageSize  *int    `queryParam:"style=form,explode=true,name=page_size"`
	PageToken *string `queryParam:"style=form,explode=true,name=page_token"`
}

func (*C1APIIamV1RolesListRequest) GetPageSize added in v1.7.1

func (o *C1APIIamV1RolesListRequest) GetPageSize() *int

func (*C1APIIamV1RolesListRequest) GetPageToken added in v1.7.1

func (o *C1APIIamV1RolesListRequest) GetPageToken() *string

type C1APIIamV1RolesListResponse added in v1.0.3

type C1APIIamV1RolesListResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// The ListRolesResponse message contains a list of results and a nextPageToken if applicable.
	ListRolesResponse *shared.ListRolesResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*C1APIIamV1RolesListResponse) GetContentType added in v1.6.1

func (o *C1APIIamV1RolesListResponse) GetContentType() string

func (*C1APIIamV1RolesListResponse) GetListRolesResponse added in v1.6.1

func (o *C1APIIamV1RolesListResponse) GetListRolesResponse() *shared.ListRolesResponse

func (*C1APIIamV1RolesListResponse) GetRawResponse added in v1.6.1

func (o *C1APIIamV1RolesListResponse) GetRawResponse() *http.Response

func (*C1APIIamV1RolesListResponse) GetStatusCode added in v1.6.1

func (o *C1APIIamV1RolesListResponse) GetStatusCode() int

type C1APIIamV1RolesUpdateRequest added in v1.5.0

type C1APIIamV1RolesUpdateRequest struct {
	UpdateRoleRequest *shared.UpdateRoleRequest `request:"mediaType=application/json"`
	RoleID            string                    `pathParam:"style=simple,explode=false,name=role_id"`
}

func (*C1APIIamV1RolesUpdateRequest) GetRoleID added in v1.6.1

func (o *C1APIIamV1RolesUpdateRequest) GetRoleID() string

func (*C1APIIamV1RolesUpdateRequest) GetUpdateRoleRequest added in v1.6.1

func (o *C1APIIamV1RolesUpdateRequest) GetUpdateRoleRequest() *shared.UpdateRoleRequest

type C1APIIamV1RolesUpdateResponse added in v1.5.0

type C1APIIamV1RolesUpdateResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
	// UpdateRolesResponse is the response message containing the updated role.
	UpdateRolesResponse *shared.UpdateRolesResponse
}

func (*C1APIIamV1RolesUpdateResponse) GetContentType added in v1.6.1

func (o *C1APIIamV1RolesUpdateResponse) GetContentType() string

func (*C1APIIamV1RolesUpdateResponse) GetRawResponse added in v1.6.1

func (o *C1APIIamV1RolesUpdateResponse) GetRawResponse() *http.Response

func (*C1APIIamV1RolesUpdateResponse) GetStatusCode added in v1.6.1

func (o *C1APIIamV1RolesUpdateResponse) GetStatusCode() int

func (*C1APIIamV1RolesUpdateResponse) GetUpdateRolesResponse added in v1.6.1

func (o *C1APIIamV1RolesUpdateResponse) GetUpdateRolesResponse() *shared.UpdateRolesResponse

type C1APIPolicyV1PoliciesCreateResponse added in v1.0.3

type C1APIPolicyV1PoliciesCreateResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// The CreatePolicyResponse message contains the created policy object.
	CreatePolicyResponse *shared.CreatePolicyResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*C1APIPolicyV1PoliciesCreateResponse) GetContentType added in v1.6.1

func (o *C1APIPolicyV1PoliciesCreateResponse) GetContentType() string

func (*C1APIPolicyV1PoliciesCreateResponse) GetCreatePolicyResponse added in v1.6.1

func (o *C1APIPolicyV1PoliciesCreateResponse) GetCreatePolicyResponse() *shared.CreatePolicyResponse

func (*C1APIPolicyV1PoliciesCreateResponse) GetRawResponse added in v1.6.1

func (o *C1APIPolicyV1PoliciesCreateResponse) GetRawResponse() *http.Response

func (*C1APIPolicyV1PoliciesCreateResponse) GetStatusCode added in v1.6.1

func (o *C1APIPolicyV1PoliciesCreateResponse) GetStatusCode() int

type C1APIPolicyV1PoliciesDeleteRequest added in v1.0.3

type C1APIPolicyV1PoliciesDeleteRequest struct {
	DeletePolicyRequest *shared.DeletePolicyRequest `request:"mediaType=application/json"`
	ID                  string                      `pathParam:"style=simple,explode=false,name=id"`
}

func (*C1APIPolicyV1PoliciesDeleteRequest) GetDeletePolicyRequest added in v1.6.1

func (o *C1APIPolicyV1PoliciesDeleteRequest) GetDeletePolicyRequest() *shared.DeletePolicyRequest

func (*C1APIPolicyV1PoliciesDeleteRequest) GetID added in v1.6.1

type C1APIPolicyV1PoliciesDeleteResponse added in v1.0.3

type C1APIPolicyV1PoliciesDeleteResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Empty response with a status code indicating success.
	DeletePolicyResponse *shared.DeletePolicyResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*C1APIPolicyV1PoliciesDeleteResponse) GetContentType added in v1.6.1

func (o *C1APIPolicyV1PoliciesDeleteResponse) GetContentType() string

func (*C1APIPolicyV1PoliciesDeleteResponse) GetDeletePolicyResponse added in v1.6.1

func (o *C1APIPolicyV1PoliciesDeleteResponse) GetDeletePolicyResponse() *shared.DeletePolicyResponse

func (*C1APIPolicyV1PoliciesDeleteResponse) GetRawResponse added in v1.6.1

func (o *C1APIPolicyV1PoliciesDeleteResponse) GetRawResponse() *http.Response

func (*C1APIPolicyV1PoliciesDeleteResponse) GetStatusCode added in v1.6.1

func (o *C1APIPolicyV1PoliciesDeleteResponse) GetStatusCode() int

type C1APIPolicyV1PoliciesGetRequest added in v1.0.3

type C1APIPolicyV1PoliciesGetRequest struct {
	ID string `pathParam:"style=simple,explode=false,name=id"`
}

func (*C1APIPolicyV1PoliciesGetRequest) GetID added in v1.6.1

type C1APIPolicyV1PoliciesGetResponse added in v1.0.3

type C1APIPolicyV1PoliciesGetResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// The GetPolicyResponse message contains the policy object.
	GetPolicyResponse *shared.GetPolicyResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*C1APIPolicyV1PoliciesGetResponse) GetContentType added in v1.6.1

func (o *C1APIPolicyV1PoliciesGetResponse) GetContentType() string

func (*C1APIPolicyV1PoliciesGetResponse) GetGetPolicyResponse added in v1.6.1

func (o *C1APIPolicyV1PoliciesGetResponse) GetGetPolicyResponse() *shared.GetPolicyResponse

func (*C1APIPolicyV1PoliciesGetResponse) GetRawResponse added in v1.6.1

func (o *C1APIPolicyV1PoliciesGetResponse) GetRawResponse() *http.Response

func (*C1APIPolicyV1PoliciesGetResponse) GetStatusCode added in v1.6.1

func (o *C1APIPolicyV1PoliciesGetResponse) GetStatusCode() int

type C1APIPolicyV1PoliciesListRequest added in v1.7.1

type C1APIPolicyV1PoliciesListRequest struct {
	PageSize  *int    `queryParam:"style=form,explode=true,name=page_size"`
	PageToken *string `queryParam:"style=form,explode=true,name=page_token"`
}

func (*C1APIPolicyV1PoliciesListRequest) GetPageSize added in v1.7.1

func (o *C1APIPolicyV1PoliciesListRequest) GetPageSize() *int

func (*C1APIPolicyV1PoliciesListRequest) GetPageToken added in v1.7.1

func (o *C1APIPolicyV1PoliciesListRequest) GetPageToken() *string

type C1APIPolicyV1PoliciesListResponse added in v1.0.3

type C1APIPolicyV1PoliciesListResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Successful response
	ListPolicyResponse *shared.ListPolicyResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*C1APIPolicyV1PoliciesListResponse) GetContentType added in v1.6.1

func (o *C1APIPolicyV1PoliciesListResponse) GetContentType() string

func (*C1APIPolicyV1PoliciesListResponse) GetListPolicyResponse added in v1.6.1

func (o *C1APIPolicyV1PoliciesListResponse) GetListPolicyResponse() *shared.ListPolicyResponse

func (*C1APIPolicyV1PoliciesListResponse) GetRawResponse added in v1.6.1

func (o *C1APIPolicyV1PoliciesListResponse) GetRawResponse() *http.Response

func (*C1APIPolicyV1PoliciesListResponse) GetStatusCode added in v1.6.1

func (o *C1APIPolicyV1PoliciesListResponse) GetStatusCode() int

type C1APIPolicyV1PoliciesUpdateRequest added in v1.3.0

type C1APIPolicyV1PoliciesUpdateRequest struct {
	UpdatePolicyRequest *shared.UpdatePolicyRequest `request:"mediaType=application/json"`
	ID                  string                      `pathParam:"style=simple,explode=false,name=id"`
}

func (*C1APIPolicyV1PoliciesUpdateRequest) GetID added in v1.6.1

func (*C1APIPolicyV1PoliciesUpdateRequest) GetUpdatePolicyRequest added in v1.6.1

func (o *C1APIPolicyV1PoliciesUpdateRequest) GetUpdatePolicyRequest() *shared.UpdatePolicyRequest

type C1APIPolicyV1PoliciesUpdateResponse added in v1.3.0

type C1APIPolicyV1PoliciesUpdateResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
	// The UpdatePolicyResponse message contains the updated policy object.
	UpdatePolicyResponse *shared.UpdatePolicyResponse
}

func (*C1APIPolicyV1PoliciesUpdateResponse) GetContentType added in v1.6.1

func (o *C1APIPolicyV1PoliciesUpdateResponse) GetContentType() string

func (*C1APIPolicyV1PoliciesUpdateResponse) GetRawResponse added in v1.6.1

func (o *C1APIPolicyV1PoliciesUpdateResponse) GetRawResponse() *http.Response

func (*C1APIPolicyV1PoliciesUpdateResponse) GetStatusCode added in v1.6.1

func (o *C1APIPolicyV1PoliciesUpdateResponse) GetStatusCode() int

func (*C1APIPolicyV1PoliciesUpdateResponse) GetUpdatePolicyResponse added in v1.6.1

func (o *C1APIPolicyV1PoliciesUpdateResponse) GetUpdatePolicyResponse() *shared.UpdatePolicyResponse

type C1APIPolicyV1PolicySearchSearchResponse added in v1.7.0

type C1APIPolicyV1PolicySearchSearchResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Successful response
	ListPolicyResponse *shared.ListPolicyResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*C1APIPolicyV1PolicySearchSearchResponse) GetContentType added in v1.7.0

func (o *C1APIPolicyV1PolicySearchSearchResponse) GetContentType() string

func (*C1APIPolicyV1PolicySearchSearchResponse) GetListPolicyResponse added in v1.7.0

func (*C1APIPolicyV1PolicySearchSearchResponse) GetRawResponse added in v1.7.0

func (*C1APIPolicyV1PolicySearchSearchResponse) GetStatusCode added in v1.7.0

func (o *C1APIPolicyV1PolicySearchSearchResponse) GetStatusCode() int

type C1APIPolicyV1PolicyValidateValidateCELResponse added in v1.15.0

type C1APIPolicyV1PolicyValidateValidateCELResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
	// Successful response
	ValidatePolicyCELResponse *shared.ValidatePolicyCELResponse
}

func (*C1APIPolicyV1PolicyValidateValidateCELResponse) GetContentType added in v1.15.0

func (*C1APIPolicyV1PolicyValidateValidateCELResponse) GetRawResponse added in v1.15.0

func (*C1APIPolicyV1PolicyValidateValidateCELResponse) GetStatusCode added in v1.15.0

func (*C1APIPolicyV1PolicyValidateValidateCELResponse) GetValidatePolicyCELResponse added in v1.15.0

type C1APIRequestcatalogV1RequestCatalogManagementServiceAddAccessEntitlementsRequest added in v1.6.1

type C1APIRequestcatalogV1RequestCatalogManagementServiceAddAccessEntitlementsRequest struct {
	RequestCatalogManagementServiceAddAccessEntitlementsRequest *shared.RequestCatalogManagementServiceAddAccessEntitlementsRequest `request:"mediaType=application/json"`
	CatalogID                                                   string                                                              `pathParam:"style=simple,explode=false,name=catalog_id"`
}

func (*C1APIRequestcatalogV1RequestCatalogManagementServiceAddAccessEntitlementsRequest) GetCatalogID added in v1.6.1

func (*C1APIRequestcatalogV1RequestCatalogManagementServiceAddAccessEntitlementsRequest) GetRequestCatalogManagementServiceAddAccessEntitlementsRequest added in v1.6.1

type C1APIRequestcatalogV1RequestCatalogManagementServiceAddAccessEntitlementsResponse added in v1.6.1

type C1APIRequestcatalogV1RequestCatalogManagementServiceAddAccessEntitlementsResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Empty response with a status code indicating success.
	RequestCatalogManagementServiceAddAccessEntitlementsResponse *shared.RequestCatalogManagementServiceAddAccessEntitlementsResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*C1APIRequestcatalogV1RequestCatalogManagementServiceAddAccessEntitlementsResponse) GetContentType added in v1.6.1

func (*C1APIRequestcatalogV1RequestCatalogManagementServiceAddAccessEntitlementsResponse) GetRawResponse added in v1.6.1

func (*C1APIRequestcatalogV1RequestCatalogManagementServiceAddAccessEntitlementsResponse) GetRequestCatalogManagementServiceAddAccessEntitlementsResponse added in v1.6.1

func (*C1APIRequestcatalogV1RequestCatalogManagementServiceAddAccessEntitlementsResponse) GetStatusCode added in v1.6.1

type C1APIRequestcatalogV1RequestCatalogManagementServiceAddAppEntitlementsRequest added in v1.6.1

type C1APIRequestcatalogV1RequestCatalogManagementServiceAddAppEntitlementsRequest struct {
	RequestCatalogManagementServiceAddAppEntitlementsRequest *shared.RequestCatalogManagementServiceAddAppEntitlementsRequest `request:"mediaType=application/json"`
	CatalogID                                                string                                                           `pathParam:"style=simple,explode=false,name=catalog_id"`
}

func (*C1APIRequestcatalogV1RequestCatalogManagementServiceAddAppEntitlementsRequest) GetCatalogID added in v1.6.1

func (*C1APIRequestcatalogV1RequestCatalogManagementServiceAddAppEntitlementsRequest) GetRequestCatalogManagementServiceAddAppEntitlementsRequest added in v1.6.1

type C1APIRequestcatalogV1RequestCatalogManagementServiceAddAppEntitlementsResponse added in v1.6.1

type C1APIRequestcatalogV1RequestCatalogManagementServiceAddAppEntitlementsResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Empty response with a status code indicating success.
	RequestCatalogManagementServiceAddAppEntitlementsResponse *shared.RequestCatalogManagementServiceAddAppEntitlementsResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*C1APIRequestcatalogV1RequestCatalogManagementServiceAddAppEntitlementsResponse) GetContentType added in v1.6.1

func (*C1APIRequestcatalogV1RequestCatalogManagementServiceAddAppEntitlementsResponse) GetRawResponse added in v1.6.1

func (*C1APIRequestcatalogV1RequestCatalogManagementServiceAddAppEntitlementsResponse) GetRequestCatalogManagementServiceAddAppEntitlementsResponse added in v1.6.1

func (*C1APIRequestcatalogV1RequestCatalogManagementServiceAddAppEntitlementsResponse) GetStatusCode added in v1.6.1

type C1APIRequestcatalogV1RequestCatalogManagementServiceCreateResponse added in v1.6.1

type C1APIRequestcatalogV1RequestCatalogManagementServiceCreateResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// The request catalog management service get response returns a request catalog view with the expanded items in the expanded array indicated by the expand mask in the request.
	RequestCatalogManagementServiceGetResponse *shared.RequestCatalogManagementServiceGetResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*C1APIRequestcatalogV1RequestCatalogManagementServiceCreateResponse) GetContentType added in v1.6.1

func (*C1APIRequestcatalogV1RequestCatalogManagementServiceCreateResponse) GetRawResponse added in v1.6.1

func (*C1APIRequestcatalogV1RequestCatalogManagementServiceCreateResponse) GetRequestCatalogManagementServiceGetResponse added in v1.6.1

func (*C1APIRequestcatalogV1RequestCatalogManagementServiceCreateResponse) GetStatusCode added in v1.6.1

type C1APIRequestcatalogV1RequestCatalogManagementServiceDeleteRequest added in v1.6.1

type C1APIRequestcatalogV1RequestCatalogManagementServiceDeleteRequest struct {
	RequestCatalogManagementServiceDeleteRequest *shared.RequestCatalogManagementServiceDeleteRequest `request:"mediaType=application/json"`
	ID                                           string                                               `pathParam:"style=simple,explode=false,name=id"`
}

func (*C1APIRequestcatalogV1RequestCatalogManagementServiceDeleteRequest) GetID added in v1.6.1

func (*C1APIRequestcatalogV1RequestCatalogManagementServiceDeleteRequest) GetRequestCatalogManagementServiceDeleteRequest added in v1.6.1

type C1APIRequestcatalogV1RequestCatalogManagementServiceDeleteResponse added in v1.6.1

type C1APIRequestcatalogV1RequestCatalogManagementServiceDeleteResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Empty response with a status code indicating success.
	RequestCatalogManagementServiceDeleteResponse *shared.RequestCatalogManagementServiceDeleteResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*C1APIRequestcatalogV1RequestCatalogManagementServiceDeleteResponse) GetContentType added in v1.6.1

func (*C1APIRequestcatalogV1RequestCatalogManagementServiceDeleteResponse) GetRawResponse added in v1.6.1

func (*C1APIRequestcatalogV1RequestCatalogManagementServiceDeleteResponse) GetRequestCatalogManagementServiceDeleteResponse added in v1.6.1

func (*C1APIRequestcatalogV1RequestCatalogManagementServiceDeleteResponse) GetStatusCode added in v1.6.1

type C1APIRequestcatalogV1RequestCatalogManagementServiceForceRunBundleAutomationRequest added in v1.20.0

type C1APIRequestcatalogV1RequestCatalogManagementServiceForceRunBundleAutomationRequest struct {
	ForceRunBundleAutomationRequest *shared.ForceRunBundleAutomationRequest `request:"mediaType=application/json"`
	RequestCatalogID                string                                  `pathParam:"style=simple,explode=false,name=request_catalog_id"`
}

func (*C1APIRequestcatalogV1RequestCatalogManagementServiceForceRunBundleAutomationRequest) GetForceRunBundleAutomationRequest added in v1.20.0

func (*C1APIRequestcatalogV1RequestCatalogManagementServiceForceRunBundleAutomationRequest) GetRequestCatalogID added in v1.20.0

type C1APIRequestcatalogV1RequestCatalogManagementServiceForceRunBundleAutomationResponse added in v1.20.0

type C1APIRequestcatalogV1RequestCatalogManagementServiceForceRunBundleAutomationResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Successful response
	ForceRunBundleAutomationResponse *shared.ForceRunBundleAutomationResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*C1APIRequestcatalogV1RequestCatalogManagementServiceForceRunBundleAutomationResponse) GetContentType added in v1.20.0

func (*C1APIRequestcatalogV1RequestCatalogManagementServiceForceRunBundleAutomationResponse) GetForceRunBundleAutomationResponse added in v1.20.0

func (*C1APIRequestcatalogV1RequestCatalogManagementServiceForceRunBundleAutomationResponse) GetRawResponse added in v1.20.0

func (*C1APIRequestcatalogV1RequestCatalogManagementServiceForceRunBundleAutomationResponse) GetStatusCode added in v1.20.0

type C1APIRequestcatalogV1RequestCatalogManagementServiceGetBundleAutomationRequest added in v1.18.3

type C1APIRequestcatalogV1RequestCatalogManagementServiceGetBundleAutomationRequest struct {
	RequestCatalogID string `pathParam:"style=simple,explode=false,name=request_catalog_id"`
}

func (*C1APIRequestcatalogV1RequestCatalogManagementServiceGetBundleAutomationRequest) GetRequestCatalogID added in v1.18.3

type C1APIRequestcatalogV1RequestCatalogManagementServiceGetBundleAutomationResponse added in v1.18.3

type C1APIRequestcatalogV1RequestCatalogManagementServiceGetBundleAutomationResponse struct {
	// Successful response
	BundleAutomation *shared.BundleAutomation
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*C1APIRequestcatalogV1RequestCatalogManagementServiceGetBundleAutomationResponse) GetBundleAutomation added in v1.18.3

func (*C1APIRequestcatalogV1RequestCatalogManagementServiceGetBundleAutomationResponse) GetContentType added in v1.18.3

func (*C1APIRequestcatalogV1RequestCatalogManagementServiceGetBundleAutomationResponse) GetRawResponse added in v1.18.3

func (*C1APIRequestcatalogV1RequestCatalogManagementServiceGetBundleAutomationResponse) GetStatusCode added in v1.18.3

type C1APIRequestcatalogV1RequestCatalogManagementServiceGetRequest added in v1.6.1

type C1APIRequestcatalogV1RequestCatalogManagementServiceGetRequest struct {
	ID string `pathParam:"style=simple,explode=false,name=id"`
}

func (*C1APIRequestcatalogV1RequestCatalogManagementServiceGetRequest) GetID added in v1.6.1

type C1APIRequestcatalogV1RequestCatalogManagementServiceGetResponse added in v1.6.1

type C1APIRequestcatalogV1RequestCatalogManagementServiceGetResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// The request catalog management service get response returns a request catalog view with the expanded items in the expanded array indicated by the expand mask in the request.
	RequestCatalogManagementServiceGetResponse *shared.RequestCatalogManagementServiceGetResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*C1APIRequestcatalogV1RequestCatalogManagementServiceGetResponse) GetContentType added in v1.6.1

func (*C1APIRequestcatalogV1RequestCatalogManagementServiceGetResponse) GetRawResponse added in v1.6.1

func (*C1APIRequestcatalogV1RequestCatalogManagementServiceGetResponse) GetRequestCatalogManagementServiceGetResponse added in v1.6.1

func (*C1APIRequestcatalogV1RequestCatalogManagementServiceGetResponse) GetStatusCode added in v1.6.1

type C1APIRequestcatalogV1RequestCatalogManagementServiceListEntitlementsForAccessRequest added in v1.6.1

type C1APIRequestcatalogV1RequestCatalogManagementServiceListEntitlementsForAccessRequest struct {
	CatalogID string  `pathParam:"style=simple,explode=false,name=catalog_id"`
	PageSize  *int    `queryParam:"style=form,explode=true,name=page_size"`
	PageToken *string `queryParam:"style=form,explode=true,name=page_token"`
}

func (*C1APIRequestcatalogV1RequestCatalogManagementServiceListEntitlementsForAccessRequest) GetCatalogID added in v1.6.1

func (*C1APIRequestcatalogV1RequestCatalogManagementServiceListEntitlementsForAccessRequest) GetPageSize added in v1.7.1

func (*C1APIRequestcatalogV1RequestCatalogManagementServiceListEntitlementsForAccessRequest) GetPageToken added in v1.7.1

type C1APIRequestcatalogV1RequestCatalogManagementServiceListEntitlementsForAccessResponse added in v1.6.1

type C1APIRequestcatalogV1RequestCatalogManagementServiceListEntitlementsForAccessResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// The RequestCatalogManagementServiceListEntitlementsForAccessResponse message contains a list of results and a nextPageToken if applicable.
	RequestCatalogManagementServiceListEntitlementsForAccessResponse *shared.RequestCatalogManagementServiceListEntitlementsForAccessResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*C1APIRequestcatalogV1RequestCatalogManagementServiceListEntitlementsForAccessResponse) GetContentType added in v1.6.1

func (*C1APIRequestcatalogV1RequestCatalogManagementServiceListEntitlementsForAccessResponse) GetRawResponse added in v1.6.1

func (*C1APIRequestcatalogV1RequestCatalogManagementServiceListEntitlementsForAccessResponse) GetRequestCatalogManagementServiceListEntitlementsForAccessResponse added in v1.6.1

func (*C1APIRequestcatalogV1RequestCatalogManagementServiceListEntitlementsForAccessResponse) GetStatusCode added in v1.6.1

type C1APIRequestcatalogV1RequestCatalogManagementServiceListEntitlementsPerCatalogRequest added in v1.6.1

type C1APIRequestcatalogV1RequestCatalogManagementServiceListEntitlementsPerCatalogRequest struct {
	CatalogID string  `pathParam:"style=simple,explode=false,name=catalog_id"`
	PageSize  *int    `queryParam:"style=form,explode=true,name=page_size"`
	PageToken *string `queryParam:"style=form,explode=true,name=page_token"`
}

func (*C1APIRequestcatalogV1RequestCatalogManagementServiceListEntitlementsPerCatalogRequest) GetCatalogID added in v1.6.1

func (*C1APIRequestcatalogV1RequestCatalogManagementServiceListEntitlementsPerCatalogRequest) GetPageSize added in v1.7.1

func (*C1APIRequestcatalogV1RequestCatalogManagementServiceListEntitlementsPerCatalogRequest) GetPageToken added in v1.7.1

type C1APIRequestcatalogV1RequestCatalogManagementServiceListEntitlementsPerCatalogResponse added in v1.6.1

type C1APIRequestcatalogV1RequestCatalogManagementServiceListEntitlementsPerCatalogResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// The RequestCatalogManagementServiceListEntitlementsPerCatalogResponse message contains a list of results and a nextPageToken if applicable.
	RequestCatalogManagementServiceListEntitlementsPerCatalogResponse *shared.RequestCatalogManagementServiceListEntitlementsPerCatalogResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*C1APIRequestcatalogV1RequestCatalogManagementServiceListEntitlementsPerCatalogResponse) GetContentType added in v1.6.1

func (*C1APIRequestcatalogV1RequestCatalogManagementServiceListEntitlementsPerCatalogResponse) GetRawResponse added in v1.6.1

func (*C1APIRequestcatalogV1RequestCatalogManagementServiceListEntitlementsPerCatalogResponse) GetRequestCatalogManagementServiceListEntitlementsPerCatalogResponse added in v1.6.1

func (*C1APIRequestcatalogV1RequestCatalogManagementServiceListEntitlementsPerCatalogResponse) GetStatusCode added in v1.6.1

type C1APIRequestcatalogV1RequestCatalogManagementServiceListRequest added in v1.18.3

type C1APIRequestcatalogV1RequestCatalogManagementServiceListRequest struct {
	PageSize  *int    `queryParam:"style=form,explode=true,name=page_size"`
	PageToken *string `queryParam:"style=form,explode=true,name=page_token"`
}

func (*C1APIRequestcatalogV1RequestCatalogManagementServiceListRequest) GetPageSize added in v1.18.3

func (*C1APIRequestcatalogV1RequestCatalogManagementServiceListRequest) GetPageToken added in v1.18.3

type C1APIRequestcatalogV1RequestCatalogManagementServiceListResponse added in v1.9.0

type C1APIRequestcatalogV1RequestCatalogManagementServiceListResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Successful response
	RequestCatalogManagementServiceListResponse *shared.RequestCatalogManagementServiceListResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*C1APIRequestcatalogV1RequestCatalogManagementServiceListResponse) GetContentType added in v1.9.0

func (*C1APIRequestcatalogV1RequestCatalogManagementServiceListResponse) GetRawResponse added in v1.9.0

func (*C1APIRequestcatalogV1RequestCatalogManagementServiceListResponse) GetRequestCatalogManagementServiceListResponse added in v1.9.0

func (*C1APIRequestcatalogV1RequestCatalogManagementServiceListResponse) GetStatusCode added in v1.9.0

type C1APIRequestcatalogV1RequestCatalogManagementServiceRemoveAccessEntitlementsRequest added in v1.6.1

type C1APIRequestcatalogV1RequestCatalogManagementServiceRemoveAccessEntitlementsRequest struct {
	RequestCatalogManagementServiceRemoveAccessEntitlementsRequest *shared.RequestCatalogManagementServiceRemoveAccessEntitlementsRequest `request:"mediaType=application/json"`
	CatalogID                                                      string                                                                 `pathParam:"style=simple,explode=false,name=catalog_id"`
}

func (*C1APIRequestcatalogV1RequestCatalogManagementServiceRemoveAccessEntitlementsRequest) GetCatalogID added in v1.6.1

func (*C1APIRequestcatalogV1RequestCatalogManagementServiceRemoveAccessEntitlementsRequest) GetRequestCatalogManagementServiceRemoveAccessEntitlementsRequest added in v1.6.1

type C1APIRequestcatalogV1RequestCatalogManagementServiceRemoveAccessEntitlementsResponse added in v1.6.1

type C1APIRequestcatalogV1RequestCatalogManagementServiceRemoveAccessEntitlementsResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Empty response with a status code indicating success.
	RequestCatalogManagementServiceRemoveAccessEntitlementsResponse *shared.RequestCatalogManagementServiceRemoveAccessEntitlementsResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*C1APIRequestcatalogV1RequestCatalogManagementServiceRemoveAccessEntitlementsResponse) GetContentType added in v1.6.1

func (*C1APIRequestcatalogV1RequestCatalogManagementServiceRemoveAccessEntitlementsResponse) GetRawResponse added in v1.6.1

func (*C1APIRequestcatalogV1RequestCatalogManagementServiceRemoveAccessEntitlementsResponse) GetRequestCatalogManagementServiceRemoveAccessEntitlementsResponse added in v1.6.1

func (*C1APIRequestcatalogV1RequestCatalogManagementServiceRemoveAccessEntitlementsResponse) GetStatusCode added in v1.6.1

type C1APIRequestcatalogV1RequestCatalogManagementServiceRemoveAppEntitlementsRequest added in v1.6.1

type C1APIRequestcatalogV1RequestCatalogManagementServiceRemoveAppEntitlementsRequest struct {
	RequestCatalogManagementServiceRemoveAppEntitlementsRequest *shared.RequestCatalogManagementServiceRemoveAppEntitlementsRequest `request:"mediaType=application/json"`
	CatalogID                                                   string                                                              `pathParam:"style=simple,explode=false,name=catalog_id"`
}

func (*C1APIRequestcatalogV1RequestCatalogManagementServiceRemoveAppEntitlementsRequest) GetCatalogID added in v1.6.1

func (*C1APIRequestcatalogV1RequestCatalogManagementServiceRemoveAppEntitlementsRequest) GetRequestCatalogManagementServiceRemoveAppEntitlementsRequest added in v1.6.1

type C1APIRequestcatalogV1RequestCatalogManagementServiceRemoveAppEntitlementsResponse added in v1.6.1

type C1APIRequestcatalogV1RequestCatalogManagementServiceRemoveAppEntitlementsResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Empty response with a status code indicating success
	RequestCatalogManagementServiceRemoveAppEntitlementsResponse *shared.RequestCatalogManagementServiceRemoveAppEntitlementsResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*C1APIRequestcatalogV1RequestCatalogManagementServiceRemoveAppEntitlementsResponse) GetContentType added in v1.6.1

func (*C1APIRequestcatalogV1RequestCatalogManagementServiceRemoveAppEntitlementsResponse) GetRawResponse added in v1.6.1

func (*C1APIRequestcatalogV1RequestCatalogManagementServiceRemoveAppEntitlementsResponse) GetRequestCatalogManagementServiceRemoveAppEntitlementsResponse added in v1.6.1

func (*C1APIRequestcatalogV1RequestCatalogManagementServiceRemoveAppEntitlementsResponse) GetStatusCode added in v1.6.1

type C1APIRequestcatalogV1RequestCatalogManagementServiceSetBundleAutomationRequest added in v1.18.3

type C1APIRequestcatalogV1RequestCatalogManagementServiceSetBundleAutomationRequest struct {
	SetBundleAutomationRequest *shared.SetBundleAutomationRequest `request:"mediaType=application/json"`
	RequestCatalogID           string                             `pathParam:"style=simple,explode=false,name=request_catalog_id"`
}

func (*C1APIRequestcatalogV1RequestCatalogManagementServiceSetBundleAutomationRequest) GetRequestCatalogID added in v1.18.3

func (*C1APIRequestcatalogV1RequestCatalogManagementServiceSetBundleAutomationRequest) GetSetBundleAutomationRequest added in v1.18.3

type C1APIRequestcatalogV1RequestCatalogManagementServiceSetBundleAutomationResponse added in v1.18.3

type C1APIRequestcatalogV1RequestCatalogManagementServiceSetBundleAutomationResponse struct {
	// Successful response
	BundleAutomation *shared.BundleAutomation
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*C1APIRequestcatalogV1RequestCatalogManagementServiceSetBundleAutomationResponse) GetBundleAutomation added in v1.18.3

func (*C1APIRequestcatalogV1RequestCatalogManagementServiceSetBundleAutomationResponse) GetContentType added in v1.18.3

func (*C1APIRequestcatalogV1RequestCatalogManagementServiceSetBundleAutomationResponse) GetRawResponse added in v1.18.3

func (*C1APIRequestcatalogV1RequestCatalogManagementServiceSetBundleAutomationResponse) GetStatusCode added in v1.18.3

type C1APIRequestcatalogV1RequestCatalogManagementServiceUpdateRequest added in v1.6.1

type C1APIRequestcatalogV1RequestCatalogManagementServiceUpdateRequest struct {
	RequestCatalogManagementServiceUpdateRequest *shared.RequestCatalogManagementServiceUpdateRequest `request:"mediaType=application/json"`
	ID                                           string                                               `pathParam:"style=simple,explode=false,name=id"`
}

func (*C1APIRequestcatalogV1RequestCatalogManagementServiceUpdateRequest) GetID added in v1.6.1

func (*C1APIRequestcatalogV1RequestCatalogManagementServiceUpdateRequest) GetRequestCatalogManagementServiceUpdateRequest added in v1.6.1

type C1APIRequestcatalogV1RequestCatalogManagementServiceUpdateResponse added in v1.6.1

type C1APIRequestcatalogV1RequestCatalogManagementServiceUpdateResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// The request catalog management service get response returns a request catalog view with the expanded items in the expanded array indicated by the expand mask in the request.
	RequestCatalogManagementServiceGetResponse *shared.RequestCatalogManagementServiceGetResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*C1APIRequestcatalogV1RequestCatalogManagementServiceUpdateResponse) GetContentType added in v1.6.1

func (*C1APIRequestcatalogV1RequestCatalogManagementServiceUpdateResponse) GetRawResponse added in v1.6.1

func (*C1APIRequestcatalogV1RequestCatalogManagementServiceUpdateResponse) GetRequestCatalogManagementServiceGetResponse added in v1.6.1

func (*C1APIRequestcatalogV1RequestCatalogManagementServiceUpdateResponse) GetStatusCode added in v1.6.1

type C1APIRequestcatalogV1RequestCatalogSearchServiceSearchEntitlementsResponse

type C1APIRequestcatalogV1RequestCatalogSearchServiceSearchEntitlementsResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// The RequestCatalogSearchServiceSearchEntitlementsResponse message contains a list of results and a nextPageToken if applicable.
	RequestCatalogSearchServiceSearchEntitlementsResponse *shared.RequestCatalogSearchServiceSearchEntitlementsResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*C1APIRequestcatalogV1RequestCatalogSearchServiceSearchEntitlementsResponse) GetContentType added in v1.6.1

func (*C1APIRequestcatalogV1RequestCatalogSearchServiceSearchEntitlementsResponse) GetRawResponse added in v1.6.1

func (*C1APIRequestcatalogV1RequestCatalogSearchServiceSearchEntitlementsResponse) GetRequestCatalogSearchServiceSearchEntitlementsResponse added in v1.6.1

func (*C1APIRequestcatalogV1RequestCatalogSearchServiceSearchEntitlementsResponse) GetStatusCode added in v1.6.1

type C1APISettingsV1AWSExternalIDSettingsGetResponse added in v1.16.0

type C1APISettingsV1AWSExternalIDSettingsGetResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Successful response
	GetAWSExternalIDResponse *shared.GetAWSExternalIDResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*C1APISettingsV1AWSExternalIDSettingsGetResponse) GetContentType added in v1.16.0

func (*C1APISettingsV1AWSExternalIDSettingsGetResponse) GetGetAWSExternalIDResponse added in v1.16.0

func (*C1APISettingsV1AWSExternalIDSettingsGetResponse) GetRawResponse added in v1.16.0

func (*C1APISettingsV1AWSExternalIDSettingsGetResponse) GetStatusCode added in v1.16.0

type C1APISettingsV1SessionSettingsServiceGetResponse added in v1.16.0

type C1APISettingsV1SessionSettingsServiceGetResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Successful response
	GetSessionSettingsResponse *shared.GetSessionSettingsResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*C1APISettingsV1SessionSettingsServiceGetResponse) GetContentType added in v1.16.0

func (*C1APISettingsV1SessionSettingsServiceGetResponse) GetGetSessionSettingsResponse added in v1.16.0

func (*C1APISettingsV1SessionSettingsServiceGetResponse) GetRawResponse added in v1.16.0

func (*C1APISettingsV1SessionSettingsServiceGetResponse) GetStatusCode added in v1.16.0

type C1APISettingsV1SessionSettingsServiceTestSourceIPResponse added in v1.21.4

type C1APISettingsV1SessionSettingsServiceTestSourceIPResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
	// Successful response
	TestSourceIPResponse *shared.TestSourceIPResponse
}

func (*C1APISettingsV1SessionSettingsServiceTestSourceIPResponse) GetContentType added in v1.21.4

func (*C1APISettingsV1SessionSettingsServiceTestSourceIPResponse) GetRawResponse added in v1.21.4

func (*C1APISettingsV1SessionSettingsServiceTestSourceIPResponse) GetStatusCode added in v1.21.4

func (*C1APISettingsV1SessionSettingsServiceTestSourceIPResponse) GetTestSourceIPResponse added in v1.21.4

type C1APISettingsV1SessionSettingsServiceUpdateResponse added in v1.16.0

type C1APISettingsV1SessionSettingsServiceUpdateResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
	// Successful response
	UpdateSessionSettingsResponse *shared.UpdateSessionSettingsResponse
}

func (*C1APISettingsV1SessionSettingsServiceUpdateResponse) GetContentType added in v1.16.0

func (*C1APISettingsV1SessionSettingsServiceUpdateResponse) GetRawResponse added in v1.16.0

func (*C1APISettingsV1SessionSettingsServiceUpdateResponse) GetStatusCode added in v1.16.0

func (*C1APISettingsV1SessionSettingsServiceUpdateResponse) GetUpdateSessionSettingsResponse added in v1.16.0

type C1APISystemlogV1ExportServiceCreateResponse added in v1.19.0

type C1APISystemlogV1ExportServiceCreateResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Successful response
	ExportServiceCreateResponse *shared.ExportServiceCreateResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*C1APISystemlogV1ExportServiceCreateResponse) GetContentType added in v1.19.0

func (*C1APISystemlogV1ExportServiceCreateResponse) GetExportServiceCreateResponse added in v1.19.0

func (*C1APISystemlogV1ExportServiceCreateResponse) GetRawResponse added in v1.19.0

func (*C1APISystemlogV1ExportServiceCreateResponse) GetStatusCode added in v1.19.0

type C1APISystemlogV1ExportServiceDeleteRequest added in v1.19.0

type C1APISystemlogV1ExportServiceDeleteRequest struct {
	ExportServiceDeleteRequest *shared.ExportServiceDeleteRequest `request:"mediaType=application/json"`
	ExportID                   string                             `pathParam:"style=simple,explode=false,name=export_id"`
}

func (*C1APISystemlogV1ExportServiceDeleteRequest) GetExportID added in v1.19.0

func (*C1APISystemlogV1ExportServiceDeleteRequest) GetExportServiceDeleteRequest added in v1.19.0

type C1APISystemlogV1ExportServiceDeleteResponse added in v1.19.0

type C1APISystemlogV1ExportServiceDeleteResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Successful response
	ExportServiceDeleteResponse *shared.ExportServiceDeleteResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*C1APISystemlogV1ExportServiceDeleteResponse) GetContentType added in v1.19.0

func (*C1APISystemlogV1ExportServiceDeleteResponse) GetExportServiceDeleteResponse added in v1.19.0

func (*C1APISystemlogV1ExportServiceDeleteResponse) GetRawResponse added in v1.19.0

func (*C1APISystemlogV1ExportServiceDeleteResponse) GetStatusCode added in v1.19.0

type C1APISystemlogV1ExportServiceGetRequest added in v1.19.0

type C1APISystemlogV1ExportServiceGetRequest struct {
	ExportID string `pathParam:"style=simple,explode=false,name=export_id"`
}

func (*C1APISystemlogV1ExportServiceGetRequest) GetExportID added in v1.19.0

type C1APISystemlogV1ExportServiceGetResponse added in v1.19.0

type C1APISystemlogV1ExportServiceGetResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// The ExportServiceGetResponse message contains the system log exporter object.
	ExportServiceGetResponse *shared.ExportServiceGetResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*C1APISystemlogV1ExportServiceGetResponse) GetContentType added in v1.19.0

func (*C1APISystemlogV1ExportServiceGetResponse) GetExportServiceGetResponse added in v1.19.0

func (*C1APISystemlogV1ExportServiceGetResponse) GetRawResponse added in v1.19.0

func (*C1APISystemlogV1ExportServiceGetResponse) GetStatusCode added in v1.19.0

func (o *C1APISystemlogV1ExportServiceGetResponse) GetStatusCode() int

type C1APISystemlogV1ExportServiceListEventsRequest added in v1.20.0

type C1APISystemlogV1ExportServiceListEventsRequest struct {
	ExportServiceListEventsRequest *shared.ExportServiceListEventsRequest `request:"mediaType=application/json"`
	ExportID                       string                                 `pathParam:"style=simple,explode=false,name=export_id"`
}

func (*C1APISystemlogV1ExportServiceListEventsRequest) GetExportID added in v1.20.0

func (*C1APISystemlogV1ExportServiceListEventsRequest) GetExportServiceListEventsRequest added in v1.20.0

type C1APISystemlogV1ExportServiceListEventsResponse added in v1.20.0

type C1APISystemlogV1ExportServiceListEventsResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Successful response
	ExportServiceListEventsResponse *shared.ExportServiceListEventsResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*C1APISystemlogV1ExportServiceListEventsResponse) GetContentType added in v1.20.0

func (*C1APISystemlogV1ExportServiceListEventsResponse) GetExportServiceListEventsResponse added in v1.20.0

func (*C1APISystemlogV1ExportServiceListEventsResponse) GetRawResponse added in v1.20.0

func (*C1APISystemlogV1ExportServiceListEventsResponse) GetStatusCode added in v1.20.0

type C1APISystemlogV1ExportServiceListRequest added in v1.19.0

type C1APISystemlogV1ExportServiceListRequest struct {
	PageSize  *int    `queryParam:"style=form,explode=true,name=page_size"`
	PageToken *string `queryParam:"style=form,explode=true,name=page_token"`
}

func (*C1APISystemlogV1ExportServiceListRequest) GetPageSize added in v1.19.0

func (*C1APISystemlogV1ExportServiceListRequest) GetPageToken added in v1.19.0

type C1APISystemlogV1ExportServiceListResponse added in v1.19.0

type C1APISystemlogV1ExportServiceListResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Successful response
	ExportServiceListResponse *shared.ExportServiceListResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*C1APISystemlogV1ExportServiceListResponse) GetContentType added in v1.19.0

func (*C1APISystemlogV1ExportServiceListResponse) GetExportServiceListResponse added in v1.19.0

func (*C1APISystemlogV1ExportServiceListResponse) GetRawResponse added in v1.19.0

func (*C1APISystemlogV1ExportServiceListResponse) GetStatusCode added in v1.19.0

type C1APISystemlogV1ExportServiceUpdateRequest added in v1.19.0

type C1APISystemlogV1ExportServiceUpdateRequest struct {
	ExportServiceUpdateRequest *shared.ExportServiceUpdateRequest `request:"mediaType=application/json"`
	ExportID                   string                             `pathParam:"style=simple,explode=false,name=export_id"`
}

func (*C1APISystemlogV1ExportServiceUpdateRequest) GetExportID added in v1.19.0

func (*C1APISystemlogV1ExportServiceUpdateRequest) GetExportServiceUpdateRequest added in v1.19.0

type C1APISystemlogV1ExportServiceUpdateResponse added in v1.19.0

type C1APISystemlogV1ExportServiceUpdateResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Successful response
	ExportServiceUpdateResponse *shared.ExportServiceUpdateResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*C1APISystemlogV1ExportServiceUpdateResponse) GetContentType added in v1.19.0

func (*C1APISystemlogV1ExportServiceUpdateResponse) GetExportServiceUpdateResponse added in v1.19.0

func (*C1APISystemlogV1ExportServiceUpdateResponse) GetRawResponse added in v1.19.0

func (*C1APISystemlogV1ExportServiceUpdateResponse) GetStatusCode added in v1.19.0

type C1APISystemlogV1ExportsSearchServiceSearchResponse added in v1.19.0

type C1APISystemlogV1ExportsSearchServiceSearchResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Successful response
	ExportsSearchServiceSearchResponse *shared.ExportsSearchServiceSearchResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*C1APISystemlogV1ExportsSearchServiceSearchResponse) GetContentType added in v1.19.0

func (*C1APISystemlogV1ExportsSearchServiceSearchResponse) GetExportsSearchServiceSearchResponse added in v1.19.0

func (*C1APISystemlogV1ExportsSearchServiceSearchResponse) GetRawResponse added in v1.19.0

func (*C1APISystemlogV1ExportsSearchServiceSearchResponse) GetStatusCode added in v1.19.0

type C1APISystemlogV1SystemLogServiceListEventsResponse added in v1.18.3

type C1APISystemlogV1SystemLogServiceListEventsResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
	// Successful response
	SystemLogServiceListEventsResponse *shared.SystemLogServiceListEventsResponse
}

func (*C1APISystemlogV1SystemLogServiceListEventsResponse) GetContentType added in v1.18.3

func (*C1APISystemlogV1SystemLogServiceListEventsResponse) GetRawResponse added in v1.18.3

func (*C1APISystemlogV1SystemLogServiceListEventsResponse) GetStatusCode added in v1.18.3

func (*C1APISystemlogV1SystemLogServiceListEventsResponse) GetSystemLogServiceListEventsResponse added in v1.18.3

type C1APITaskV1TaskActionsServiceApproveRequest

type C1APITaskV1TaskActionsServiceApproveRequest struct {
	TaskActionsServiceApproveRequest *shared.TaskActionsServiceApproveRequest `request:"mediaType=application/json"`
	TaskID                           string                                   `pathParam:"style=simple,explode=false,name=task_id"`
}

func (*C1APITaskV1TaskActionsServiceApproveRequest) GetTaskActionsServiceApproveRequest added in v1.6.1

func (*C1APITaskV1TaskActionsServiceApproveRequest) GetTaskID added in v1.6.1

type C1APITaskV1TaskActionsServiceApproveResponse

type C1APITaskV1TaskActionsServiceApproveResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
	// The TaskActionsServiceApproveResponse returns a task view with paths indicating the location of expanded items in the array.
	TaskActionsServiceApproveResponse *shared.TaskActionsServiceApproveResponse
}

func (*C1APITaskV1TaskActionsServiceApproveResponse) GetContentType added in v1.6.1

func (*C1APITaskV1TaskActionsServiceApproveResponse) GetRawResponse added in v1.6.1

func (*C1APITaskV1TaskActionsServiceApproveResponse) GetStatusCode added in v1.6.1

func (*C1APITaskV1TaskActionsServiceApproveResponse) GetTaskActionsServiceApproveResponse added in v1.6.1

type C1APITaskV1TaskActionsServiceCommentRequest

type C1APITaskV1TaskActionsServiceCommentRequest struct {
	TaskActionsServiceCommentRequest *shared.TaskActionsServiceCommentRequest `request:"mediaType=application/json"`
	TaskID                           string                                   `pathParam:"style=simple,explode=false,name=task_id"`
}

func (*C1APITaskV1TaskActionsServiceCommentRequest) GetTaskActionsServiceCommentRequest added in v1.6.1

func (*C1APITaskV1TaskActionsServiceCommentRequest) GetTaskID added in v1.6.1

type C1APITaskV1TaskActionsServiceCommentResponse

type C1APITaskV1TaskActionsServiceCommentResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
	// Task actions service comment response returns the task view inluding the expanded array of items that are indicated by the expand mask on the request.
	TaskActionsServiceCommentResponse *shared.TaskActionsServiceCommentResponse
}

func (*C1APITaskV1TaskActionsServiceCommentResponse) GetContentType added in v1.6.1

func (*C1APITaskV1TaskActionsServiceCommentResponse) GetRawResponse added in v1.6.1

func (*C1APITaskV1TaskActionsServiceCommentResponse) GetStatusCode added in v1.6.1

func (*C1APITaskV1TaskActionsServiceCommentResponse) GetTaskActionsServiceCommentResponse added in v1.6.1

type C1APITaskV1TaskActionsServiceDenyRequest

type C1APITaskV1TaskActionsServiceDenyRequest struct {
	TaskActionsServiceDenyRequest *shared.TaskActionsServiceDenyRequest `request:"mediaType=application/json"`
	TaskID                        string                                `pathParam:"style=simple,explode=false,name=task_id"`
}

func (*C1APITaskV1TaskActionsServiceDenyRequest) GetTaskActionsServiceDenyRequest added in v1.6.1

func (o *C1APITaskV1TaskActionsServiceDenyRequest) GetTaskActionsServiceDenyRequest() *shared.TaskActionsServiceDenyRequest

func (*C1APITaskV1TaskActionsServiceDenyRequest) GetTaskID added in v1.6.1

type C1APITaskV1TaskActionsServiceDenyResponse

type C1APITaskV1TaskActionsServiceDenyResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
	// The TaskActionsServiceDenyResponse returns a task view with paths indicating the location of expanded items in the array.
	TaskActionsServiceDenyResponse *shared.TaskActionsServiceDenyResponse
}

func (*C1APITaskV1TaskActionsServiceDenyResponse) GetContentType added in v1.6.1

func (*C1APITaskV1TaskActionsServiceDenyResponse) GetRawResponse added in v1.6.1

func (*C1APITaskV1TaskActionsServiceDenyResponse) GetStatusCode added in v1.6.1

func (*C1APITaskV1TaskActionsServiceDenyResponse) GetTaskActionsServiceDenyResponse added in v1.6.1

type C1APITaskV1TaskActionsServiceEscalateToEmergencyAccessRequest added in v1.7.0

type C1APITaskV1TaskActionsServiceEscalateToEmergencyAccessRequest struct {
	TaskActionsServiceEscalateToEmergencyAccessRequest *shared.TaskActionsServiceEscalateToEmergencyAccessRequest `request:"mediaType=application/json"`
	TaskID                                             string                                                     `pathParam:"style=simple,explode=false,name=task_id"`
}

func (*C1APITaskV1TaskActionsServiceEscalateToEmergencyAccessRequest) GetTaskActionsServiceEscalateToEmergencyAccessRequest added in v1.7.0

func (*C1APITaskV1TaskActionsServiceEscalateToEmergencyAccessRequest) GetTaskID added in v1.7.0

type C1APITaskV1TaskActionsServiceEscalateToEmergencyAccessResponse added in v1.7.0

type C1APITaskV1TaskActionsServiceEscalateToEmergencyAccessResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
	// Successful response
	TaskServiceActionResponse *shared.TaskServiceActionResponse
}

func (*C1APITaskV1TaskActionsServiceEscalateToEmergencyAccessResponse) GetContentType added in v1.7.0

func (*C1APITaskV1TaskActionsServiceEscalateToEmergencyAccessResponse) GetRawResponse added in v1.7.0

func (*C1APITaskV1TaskActionsServiceEscalateToEmergencyAccessResponse) GetStatusCode added in v1.7.0

func (*C1APITaskV1TaskActionsServiceEscalateToEmergencyAccessResponse) GetTaskServiceActionResponse added in v1.7.0

type C1APITaskV1TaskActionsServiceHardResetRequest added in v1.20.0

type C1APITaskV1TaskActionsServiceHardResetRequest struct {
	TaskActionsServiceHardResetRequest *shared.TaskActionsServiceHardResetRequest `request:"mediaType=application/json"`
	TaskID                             string                                     `pathParam:"style=simple,explode=false,name=task_id"`
}

func (*C1APITaskV1TaskActionsServiceHardResetRequest) GetTaskActionsServiceHardResetRequest added in v1.20.0

func (*C1APITaskV1TaskActionsServiceHardResetRequest) GetTaskID added in v1.20.0

type C1APITaskV1TaskActionsServiceHardResetResponse added in v1.20.0

type C1APITaskV1TaskActionsServiceHardResetResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
	// Successful response
	TaskActionsServiceHardResetResponse *shared.TaskActionsServiceHardResetResponse
}

func (*C1APITaskV1TaskActionsServiceHardResetResponse) GetContentType added in v1.20.0

func (*C1APITaskV1TaskActionsServiceHardResetResponse) GetRawResponse added in v1.20.0

func (*C1APITaskV1TaskActionsServiceHardResetResponse) GetStatusCode added in v1.20.0

func (*C1APITaskV1TaskActionsServiceHardResetResponse) GetTaskActionsServiceHardResetResponse added in v1.20.0

type C1APITaskV1TaskActionsServiceReassignRequest added in v1.18.3

type C1APITaskV1TaskActionsServiceReassignRequest struct {
	TaskActionsServiceReassignRequest *shared.TaskActionsServiceReassignRequest `request:"mediaType=application/json"`
	TaskID                            string                                    `pathParam:"style=simple,explode=false,name=task_id"`
}

func (*C1APITaskV1TaskActionsServiceReassignRequest) GetTaskActionsServiceReassignRequest added in v1.18.3

func (*C1APITaskV1TaskActionsServiceReassignRequest) GetTaskID added in v1.18.3

type C1APITaskV1TaskActionsServiceReassignResponse added in v1.18.3

type C1APITaskV1TaskActionsServiceReassignResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
	// The TaskActionsServiceReassignResponse returns a task view with paths indicating the location of expanded items in the array.
	TaskActionsServiceReassignResponse *shared.TaskActionsServiceReassignResponse
}

func (*C1APITaskV1TaskActionsServiceReassignResponse) GetContentType added in v1.18.3

func (*C1APITaskV1TaskActionsServiceReassignResponse) GetRawResponse added in v1.18.3

func (*C1APITaskV1TaskActionsServiceReassignResponse) GetStatusCode added in v1.18.3

func (*C1APITaskV1TaskActionsServiceReassignResponse) GetTaskActionsServiceReassignResponse added in v1.18.3

type C1APITaskV1TaskActionsServiceRestartRequest added in v1.15.0

type C1APITaskV1TaskActionsServiceRestartRequest struct {
	TaskActionsServiceRestartRequest *shared.TaskActionsServiceRestartRequest `request:"mediaType=application/json"`
	TaskID                           string                                   `pathParam:"style=simple,explode=false,name=task_id"`
}

func (*C1APITaskV1TaskActionsServiceRestartRequest) GetTaskActionsServiceRestartRequest added in v1.15.0

func (*C1APITaskV1TaskActionsServiceRestartRequest) GetTaskID added in v1.15.0

type C1APITaskV1TaskActionsServiceRestartResponse added in v1.15.0

type C1APITaskV1TaskActionsServiceRestartResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
	// Successful response
	TaskActionsServiceRestartResponse *shared.TaskActionsServiceRestartResponse
}

func (*C1APITaskV1TaskActionsServiceRestartResponse) GetContentType added in v1.15.0

func (*C1APITaskV1TaskActionsServiceRestartResponse) GetRawResponse added in v1.15.0

func (*C1APITaskV1TaskActionsServiceRestartResponse) GetStatusCode added in v1.15.0

func (*C1APITaskV1TaskActionsServiceRestartResponse) GetTaskActionsServiceRestartResponse added in v1.15.0

type C1APITaskV1TaskSearchServiceSearchResponse

type C1APITaskV1TaskSearchServiceSearchResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
	// The TaskSearchResponse message contains a list of results and a nextPageToken if applicable.
	TaskSearchResponse *shared.TaskSearchResponse
}

func (*C1APITaskV1TaskSearchServiceSearchResponse) GetContentType added in v1.6.1

func (*C1APITaskV1TaskSearchServiceSearchResponse) GetRawResponse added in v1.6.1

func (*C1APITaskV1TaskSearchServiceSearchResponse) GetStatusCode added in v1.6.1

func (*C1APITaskV1TaskSearchServiceSearchResponse) GetTaskSearchResponse added in v1.6.1

type C1APITaskV1TaskServiceCreateGrantTaskResponse

type C1APITaskV1TaskServiceCreateGrantTaskResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
	// The TaskServiceCreateGrantResponse returns a task view which has a task including JSONPATHs to the expanded items in the expanded array.
	TaskServiceCreateGrantResponse *shared.TaskServiceCreateGrantResponse
}

func (*C1APITaskV1TaskServiceCreateGrantTaskResponse) GetContentType added in v1.6.1

func (*C1APITaskV1TaskServiceCreateGrantTaskResponse) GetRawResponse added in v1.6.1

func (*C1APITaskV1TaskServiceCreateGrantTaskResponse) GetStatusCode added in v1.6.1

func (*C1APITaskV1TaskServiceCreateGrantTaskResponse) GetTaskServiceCreateGrantResponse added in v1.6.1

type C1APITaskV1TaskServiceCreateOffboardingTaskResponse added in v1.18.3

type C1APITaskV1TaskServiceCreateOffboardingTaskResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
	// Successful response
	TaskServiceCreateOffboardingResponse *shared.TaskServiceCreateOffboardingResponse
}

func (*C1APITaskV1TaskServiceCreateOffboardingTaskResponse) GetContentType added in v1.18.3

func (*C1APITaskV1TaskServiceCreateOffboardingTaskResponse) GetRawResponse added in v1.18.3

func (*C1APITaskV1TaskServiceCreateOffboardingTaskResponse) GetStatusCode added in v1.18.3

func (*C1APITaskV1TaskServiceCreateOffboardingTaskResponse) GetTaskServiceCreateOffboardingResponse added in v1.18.3

type C1APITaskV1TaskServiceCreateRevokeTaskResponse

type C1APITaskV1TaskServiceCreateRevokeTaskResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
	// The TaskServiceCreateRevokeResponse returns a task view which has a task including JSONPATHs to the expanded items in the expanded array.
	TaskServiceCreateRevokeResponse *shared.TaskServiceCreateRevokeResponse
}

func (*C1APITaskV1TaskServiceCreateRevokeTaskResponse) GetContentType added in v1.6.1

func (*C1APITaskV1TaskServiceCreateRevokeTaskResponse) GetRawResponse added in v1.6.1

func (*C1APITaskV1TaskServiceCreateRevokeTaskResponse) GetStatusCode added in v1.6.1

func (*C1APITaskV1TaskServiceCreateRevokeTaskResponse) GetTaskServiceCreateRevokeResponse added in v1.6.1

type C1APITaskV1TaskServiceGetRequest

type C1APITaskV1TaskServiceGetRequest struct {
	ID string `pathParam:"style=simple,explode=false,name=id"`
}

func (*C1APITaskV1TaskServiceGetRequest) GetID added in v1.6.1

type C1APITaskV1TaskServiceGetResponse

type C1APITaskV1TaskServiceGetResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
	// The TaskServiceGetResponse returns a task view which has a task including JSONPATHs to the expanded items in the expanded array.
	TaskServiceGetResponse *shared.TaskServiceGetResponse
}

func (*C1APITaskV1TaskServiceGetResponse) GetContentType added in v1.6.1

func (o *C1APITaskV1TaskServiceGetResponse) GetContentType() string

func (*C1APITaskV1TaskServiceGetResponse) GetRawResponse added in v1.6.1

func (o *C1APITaskV1TaskServiceGetResponse) GetRawResponse() *http.Response

func (*C1APITaskV1TaskServiceGetResponse) GetStatusCode added in v1.6.1

func (o *C1APITaskV1TaskServiceGetResponse) GetStatusCode() int

func (*C1APITaskV1TaskServiceGetResponse) GetTaskServiceGetResponse added in v1.6.1

func (o *C1APITaskV1TaskServiceGetResponse) GetTaskServiceGetResponse() *shared.TaskServiceGetResponse

type C1APIUserV1UserSearchSearchResponse added in v1.0.3

type C1APIUserV1UserSearchSearchResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Successful response
	SearchUsersResponse *shared.SearchUsersResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*C1APIUserV1UserSearchSearchResponse) GetContentType added in v1.6.1

func (o *C1APIUserV1UserSearchSearchResponse) GetContentType() string

func (*C1APIUserV1UserSearchSearchResponse) GetRawResponse added in v1.6.1

func (o *C1APIUserV1UserSearchSearchResponse) GetRawResponse() *http.Response

func (*C1APIUserV1UserSearchSearchResponse) GetSearchUsersResponse added in v1.6.1

func (o *C1APIUserV1UserSearchSearchResponse) GetSearchUsersResponse() *shared.SearchUsersResponse

func (*C1APIUserV1UserSearchSearchResponse) GetStatusCode added in v1.6.1

func (o *C1APIUserV1UserSearchSearchResponse) GetStatusCode() int

type C1APIUserV1UserServiceGetRequest

type C1APIUserV1UserServiceGetRequest struct {
	ID string `pathParam:"style=simple,explode=false,name=id"`
}

func (*C1APIUserV1UserServiceGetRequest) GetID added in v1.6.1

type C1APIUserV1UserServiceGetResponse

type C1APIUserV1UserServiceGetResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
	// The UserServiceGetResponse returns a user view which has a user including JSONPATHs to the expanded items in the expanded array.
	UserServiceGetResponse *shared.UserServiceGetResponse
}

func (*C1APIUserV1UserServiceGetResponse) GetContentType added in v1.6.1

func (o *C1APIUserV1UserServiceGetResponse) GetContentType() string

func (*C1APIUserV1UserServiceGetResponse) GetRawResponse added in v1.6.1

func (o *C1APIUserV1UserServiceGetResponse) GetRawResponse() *http.Response

func (*C1APIUserV1UserServiceGetResponse) GetStatusCode added in v1.6.1

func (o *C1APIUserV1UserServiceGetResponse) GetStatusCode() int

func (*C1APIUserV1UserServiceGetResponse) GetUserServiceGetResponse added in v1.6.1

func (o *C1APIUserV1UserServiceGetResponse) GetUserServiceGetResponse() *shared.UserServiceGetResponse

type C1APIUserV1UserServiceListRequest added in v1.7.1

type C1APIUserV1UserServiceListRequest struct {
	PageSize  *int    `queryParam:"style=form,explode=true,name=page_size"`
	PageToken *string `queryParam:"style=form,explode=true,name=page_token"`
}

func (*C1APIUserV1UserServiceListRequest) GetPageSize added in v1.7.1

func (o *C1APIUserV1UserServiceListRequest) GetPageSize() *int

func (*C1APIUserV1UserServiceListRequest) GetPageToken added in v1.7.1

func (o *C1APIUserV1UserServiceListRequest) GetPageToken() *string

type C1APIUserV1UserServiceListResponse added in v1.0.3

type C1APIUserV1UserServiceListResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
	// The UserServiceListResponse message contains a list of results and a nextPageToken if applicable.
	UserServiceListResponse *shared.UserServiceListResponse
}

func (*C1APIUserV1UserServiceListResponse) GetContentType added in v1.6.1

func (o *C1APIUserV1UserServiceListResponse) GetContentType() string

func (*C1APIUserV1UserServiceListResponse) GetRawResponse added in v1.6.1

func (o *C1APIUserV1UserServiceListResponse) GetRawResponse() *http.Response

func (*C1APIUserV1UserServiceListResponse) GetStatusCode added in v1.6.1

func (o *C1APIUserV1UserServiceListResponse) GetStatusCode() int

func (*C1APIUserV1UserServiceListResponse) GetUserServiceListResponse added in v1.6.1

func (o *C1APIUserV1UserServiceListResponse) GetUserServiceListResponse() *shared.UserServiceListResponse

type C1APIWebhooksV1WebhooksSearchSearchResponse added in v1.18.3

type C1APIWebhooksV1WebhooksSearchSearchResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
	// Successful response
	WebhooksSearchResponse *shared.WebhooksSearchResponse
}

func (*C1APIWebhooksV1WebhooksSearchSearchResponse) GetContentType added in v1.18.3

func (*C1APIWebhooksV1WebhooksSearchSearchResponse) GetRawResponse added in v1.18.3

func (*C1APIWebhooksV1WebhooksSearchSearchResponse) GetStatusCode added in v1.18.3

func (*C1APIWebhooksV1WebhooksSearchSearchResponse) GetWebhooksSearchResponse added in v1.18.3

type C1APIWebhooksV1WebhooksServiceCreateResponse added in v1.18.3

type C1APIWebhooksV1WebhooksServiceCreateResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
	// Successful response
	WebhooksServiceCreateResponse *shared.WebhooksServiceCreateResponse
}

func (*C1APIWebhooksV1WebhooksServiceCreateResponse) GetContentType added in v1.18.3

func (*C1APIWebhooksV1WebhooksServiceCreateResponse) GetRawResponse added in v1.18.3

func (*C1APIWebhooksV1WebhooksServiceCreateResponse) GetStatusCode added in v1.18.3

func (*C1APIWebhooksV1WebhooksServiceCreateResponse) GetWebhooksServiceCreateResponse added in v1.18.3

type C1APIWebhooksV1WebhooksServiceDeleteRequest added in v1.18.3

type C1APIWebhooksV1WebhooksServiceDeleteRequest struct {
	WebhooksServiceDeleteRequest *shared.WebhooksServiceDeleteRequest `request:"mediaType=application/json"`
	ID                           string                               `pathParam:"style=simple,explode=false,name=id"`
}

func (*C1APIWebhooksV1WebhooksServiceDeleteRequest) GetID added in v1.18.3

func (*C1APIWebhooksV1WebhooksServiceDeleteRequest) GetWebhooksServiceDeleteRequest added in v1.18.3

type C1APIWebhooksV1WebhooksServiceDeleteResponse added in v1.18.3

type C1APIWebhooksV1WebhooksServiceDeleteResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
	// Empty response body. Status code indicates success.
	WebhooksServiceDeleteResponse *shared.WebhooksServiceDeleteResponse
}

func (*C1APIWebhooksV1WebhooksServiceDeleteResponse) GetContentType added in v1.18.3

func (*C1APIWebhooksV1WebhooksServiceDeleteResponse) GetRawResponse added in v1.18.3

func (*C1APIWebhooksV1WebhooksServiceDeleteResponse) GetStatusCode added in v1.18.3

func (*C1APIWebhooksV1WebhooksServiceDeleteResponse) GetWebhooksServiceDeleteResponse added in v1.18.3

type C1APIWebhooksV1WebhooksServiceGetRequest added in v1.18.3

type C1APIWebhooksV1WebhooksServiceGetRequest struct {
	ID string `pathParam:"style=simple,explode=false,name=id"`
}

func (*C1APIWebhooksV1WebhooksServiceGetRequest) GetID added in v1.18.3

type C1APIWebhooksV1WebhooksServiceGetResponse added in v1.18.3

type C1APIWebhooksV1WebhooksServiceGetResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
	// Successful response
	WebhooksServiceGetResponse *shared.WebhooksServiceGetResponse
}

func (*C1APIWebhooksV1WebhooksServiceGetResponse) GetContentType added in v1.18.3

func (*C1APIWebhooksV1WebhooksServiceGetResponse) GetRawResponse added in v1.18.3

func (*C1APIWebhooksV1WebhooksServiceGetResponse) GetStatusCode added in v1.18.3

func (*C1APIWebhooksV1WebhooksServiceGetResponse) GetWebhooksServiceGetResponse added in v1.18.3

type C1APIWebhooksV1WebhooksServiceListRequest added in v1.18.3

type C1APIWebhooksV1WebhooksServiceListRequest struct {
	PageSize  *int    `queryParam:"style=form,explode=true,name=page_size"`
	PageToken *string `queryParam:"style=form,explode=true,name=page_token"`
}

func (*C1APIWebhooksV1WebhooksServiceListRequest) GetPageSize added in v1.18.3

func (*C1APIWebhooksV1WebhooksServiceListRequest) GetPageToken added in v1.18.3

type C1APIWebhooksV1WebhooksServiceListResponse added in v1.18.3

type C1APIWebhooksV1WebhooksServiceListResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
	// Successful response
	WebhooksServiceListResponse *shared.WebhooksServiceListResponse
}

func (*C1APIWebhooksV1WebhooksServiceListResponse) GetContentType added in v1.18.3

func (*C1APIWebhooksV1WebhooksServiceListResponse) GetRawResponse added in v1.18.3

func (*C1APIWebhooksV1WebhooksServiceListResponse) GetStatusCode added in v1.18.3

func (*C1APIWebhooksV1WebhooksServiceListResponse) GetWebhooksServiceListResponse added in v1.18.3

type C1APIWebhooksV1WebhooksServiceTestRequest added in v1.18.3

type C1APIWebhooksV1WebhooksServiceTestRequest struct {
	WebhooksServiceTestRequest *shared.WebhooksServiceTestRequest `request:"mediaType=application/json"`
	ID                         string                             `pathParam:"style=simple,explode=false,name=id"`
}

func (*C1APIWebhooksV1WebhooksServiceTestRequest) GetID added in v1.18.3

func (*C1APIWebhooksV1WebhooksServiceTestRequest) GetWebhooksServiceTestRequest added in v1.18.3

type C1APIWebhooksV1WebhooksServiceTestResponse added in v1.18.3

type C1APIWebhooksV1WebhooksServiceTestResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
	// Successful response
	WebhooksServiceTestResponse *shared.WebhooksServiceTestResponse
}

func (*C1APIWebhooksV1WebhooksServiceTestResponse) GetContentType added in v1.18.3

func (*C1APIWebhooksV1WebhooksServiceTestResponse) GetRawResponse added in v1.18.3

func (*C1APIWebhooksV1WebhooksServiceTestResponse) GetStatusCode added in v1.18.3

func (*C1APIWebhooksV1WebhooksServiceTestResponse) GetWebhooksServiceTestResponse added in v1.18.3

type C1APIWebhooksV1WebhooksServiceUpdateRequest added in v1.18.3

type C1APIWebhooksV1WebhooksServiceUpdateRequest struct {
	WebhooksServiceUpdateRequest *shared.WebhooksServiceUpdateRequest `request:"mediaType=application/json"`
	ID                           string                               `pathParam:"style=simple,explode=false,name=id"`
}

func (*C1APIWebhooksV1WebhooksServiceUpdateRequest) GetID added in v1.18.3

func (*C1APIWebhooksV1WebhooksServiceUpdateRequest) GetWebhooksServiceUpdateRequest added in v1.18.3

type C1APIWebhooksV1WebhooksServiceUpdateResponse added in v1.18.3

type C1APIWebhooksV1WebhooksServiceUpdateResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
	// Successful response
	WebhooksServiceUpdateResponse *shared.WebhooksServiceUpdateResponse
}

func (*C1APIWebhooksV1WebhooksServiceUpdateResponse) GetContentType added in v1.18.3

func (*C1APIWebhooksV1WebhooksServiceUpdateResponse) GetRawResponse added in v1.18.3

func (*C1APIWebhooksV1WebhooksServiceUpdateResponse) GetStatusCode added in v1.18.3

func (*C1APIWebhooksV1WebhooksServiceUpdateResponse) GetWebhooksServiceUpdateResponse added in v1.18.3

type Option added in v1.18.3

type Option func(*Options, ...string) error

func WithOperationTimeout added in v1.18.3

func WithOperationTimeout(timeout time.Duration) Option

WithOperationTimeout allows setting the request timeout applied for an operation.

func WithRetries added in v1.18.3

func WithRetries(config retry.Config) Option

WithRetries allows customizing the default retry configuration.

func WithServerURL added in v1.18.3

func WithServerURL(serverURL string) Option

WithServerURL allows providing an alternative server URL.

func WithTemplatedServerURL added in v1.18.3

func WithTemplatedServerURL(serverURL string, params map[string]string) Option

WithTemplatedServerURL allows providing an alternative server URL with templated parameters.

func WithURLOverride added in v1.18.3

func WithURLOverride(urlOverride string) Option

WithURLOverride allows overriding the URL.

type Options added in v1.18.3

type Options struct {
	ServerURL   *string
	Retries     *retry.Config
	Timeout     *time.Duration
	URLOverride *string
}

Source Files

Jump to

Keyboard shortcuts

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