operations

package
v2.1.13-0...-95ca5db Latest Latest
Warning

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

Go to latest
Published: Dec 28, 2023 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type C1APIAppV1AppEntitlementOwnersAddRequest

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

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

func (*C1APIAppV1AppEntitlementOwnersAddRequest) GetAppID

func (*C1APIAppV1AppEntitlementOwnersAddRequest) GetEntitlementID

func (o *C1APIAppV1AppEntitlementOwnersAddRequest) GetEntitlementID() string

type C1APIAppV1AppEntitlementOwnersAddResponse

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

func (*C1APIAppV1AppEntitlementOwnersAddResponse) GetContentType

func (*C1APIAppV1AppEntitlementOwnersAddResponse) GetRawResponse

func (*C1APIAppV1AppEntitlementOwnersAddResponse) GetStatusCode

type C1APIAppV1AppEntitlementOwnersListRequest

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

func (*C1APIAppV1AppEntitlementOwnersListRequest) GetAppID

func (*C1APIAppV1AppEntitlementOwnersListRequest) GetEntitlementID

func (o *C1APIAppV1AppEntitlementOwnersListRequest) GetEntitlementID() string

func (*C1APIAppV1AppEntitlementOwnersListRequest) GetPageSize

func (*C1APIAppV1AppEntitlementOwnersListRequest) GetPageToken

type C1APIAppV1AppEntitlementOwnersListResponse

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

func (*C1APIAppV1AppEntitlementOwnersListResponse) GetListAppEntitlementOwnersResponse

func (*C1APIAppV1AppEntitlementOwnersListResponse) GetRawResponse

func (*C1APIAppV1AppEntitlementOwnersListResponse) GetStatusCode

type C1APIAppV1AppEntitlementOwnersRemoveRequest

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

func (*C1APIAppV1AppEntitlementOwnersRemoveRequest) GetEntitlementID

func (*C1APIAppV1AppEntitlementOwnersRemoveRequest) GetRemoveAppEntitlementOwnerRequest

func (*C1APIAppV1AppEntitlementOwnersRemoveRequest) GetUserID

type C1APIAppV1AppEntitlementOwnersRemoveResponse

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

func (*C1APIAppV1AppEntitlementOwnersRemoveResponse) GetRawResponse

func (*C1APIAppV1AppEntitlementOwnersRemoveResponse) GetRemoveAppEntitlementOwnerResponse

func (*C1APIAppV1AppEntitlementOwnersRemoveResponse) GetStatusCode

type C1APIAppV1AppEntitlementOwnersSetRequest

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

func (*C1APIAppV1AppEntitlementOwnersSetRequest) GetEntitlementID

func (o *C1APIAppV1AppEntitlementOwnersSetRequest) GetEntitlementID() string

func (*C1APIAppV1AppEntitlementOwnersSetRequest) GetSetAppEntitlementOwnersRequest

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

type C1APIAppV1AppEntitlementOwnersSetResponse

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

func (*C1APIAppV1AppEntitlementOwnersSetResponse) GetRawResponse

func (*C1APIAppV1AppEntitlementOwnersSetResponse) GetSetAppEntitlementOwnersResponse

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

func (*C1APIAppV1AppEntitlementOwnersSetResponse) GetStatusCode

type C1APIAppV1AppEntitlementSearchServiceSearchResponse

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

func (*C1APIAppV1AppEntitlementSearchServiceSearchResponse) GetContentType

func (*C1APIAppV1AppEntitlementSearchServiceSearchResponse) GetRawResponse

func (*C1APIAppV1AppEntitlementSearchServiceSearchResponse) GetStatusCode

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

func (*C1APIAppV1AppEntitlementUserBindingServiceListAppUsersForIdentityWithGrantRequest) GetAppID

func (*C1APIAppV1AppEntitlementUserBindingServiceListAppUsersForIdentityWithGrantRequest) GetIdentityUserID

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

func (*C1APIAppV1AppEntitlementUserBindingServiceListAppUsersForIdentityWithGrantResponse) GetListAppUsersForIdentityWithGrantResponse

func (*C1APIAppV1AppEntitlementUserBindingServiceListAppUsersForIdentityWithGrantResponse) GetRawResponse

func (*C1APIAppV1AppEntitlementUserBindingServiceListAppUsersForIdentityWithGrantResponse) GetStatusCode

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

func (*C1APIAppV1AppEntitlementsGetRequest) GetID

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

func (o *C1APIAppV1AppEntitlementsGetResponse) GetContentType() string

func (*C1APIAppV1AppEntitlementsGetResponse) GetGetAppEntitlementResponse

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

func (*C1APIAppV1AppEntitlementsGetResponse) GetRawResponse

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

func (*C1APIAppV1AppEntitlementsGetResponse) GetStatusCode

func (o *C1APIAppV1AppEntitlementsGetResponse) GetStatusCode() int

type C1APIAppV1AppEntitlementsListForAppResourceRequest

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          *float64 `queryParam:"style=form,explode=true,name=page_size"`
	PageToken         *string  `queryParam:"style=form,explode=true,name=page_token"`
}

func (*C1APIAppV1AppEntitlementsListForAppResourceRequest) GetAppID

func (*C1APIAppV1AppEntitlementsListForAppResourceRequest) GetAppResourceID

func (*C1APIAppV1AppEntitlementsListForAppResourceRequest) GetAppResourceTypeID

func (*C1APIAppV1AppEntitlementsListForAppResourceRequest) GetPageSize

func (*C1APIAppV1AppEntitlementsListForAppResourceRequest) GetPageToken

type C1APIAppV1AppEntitlementsListForAppResourceResponse

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

func (*C1APIAppV1AppEntitlementsListForAppResourceResponse) GetListAppEntitlementsResponse

func (*C1APIAppV1AppEntitlementsListForAppResourceResponse) GetRawResponse

func (*C1APIAppV1AppEntitlementsListForAppResourceResponse) GetStatusCode

type C1APIAppV1AppEntitlementsListForAppUserRequest

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  *float64 `queryParam:"style=form,explode=true,name=page_size"`
	PageToken *string  `queryParam:"style=form,explode=true,name=page_token"`
}

func (*C1APIAppV1AppEntitlementsListForAppUserRequest) GetAppID

func (*C1APIAppV1AppEntitlementsListForAppUserRequest) GetAppUserID

func (*C1APIAppV1AppEntitlementsListForAppUserRequest) GetPageSize

func (*C1APIAppV1AppEntitlementsListForAppUserRequest) GetPageToken

type C1APIAppV1AppEntitlementsListForAppUserResponse

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

func (*C1APIAppV1AppEntitlementsListForAppUserResponse) GetListAppEntitlementsResponse

func (*C1APIAppV1AppEntitlementsListForAppUserResponse) GetRawResponse

func (*C1APIAppV1AppEntitlementsListForAppUserResponse) GetStatusCode

type C1APIAppV1AppEntitlementsListRequest

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

func (*C1APIAppV1AppEntitlementsListRequest) GetAppID

func (*C1APIAppV1AppEntitlementsListRequest) GetPageSize

func (*C1APIAppV1AppEntitlementsListRequest) GetPageToken

func (o *C1APIAppV1AppEntitlementsListRequest) GetPageToken() *string

type C1APIAppV1AppEntitlementsListResponse

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

func (o *C1APIAppV1AppEntitlementsListResponse) GetContentType() string

func (*C1APIAppV1AppEntitlementsListResponse) GetListAppEntitlementsResponse

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

func (*C1APIAppV1AppEntitlementsListResponse) GetRawResponse

func (*C1APIAppV1AppEntitlementsListResponse) GetStatusCode

func (o *C1APIAppV1AppEntitlementsListResponse) GetStatusCode() int

type C1APIAppV1AppEntitlementsListUsersRequest

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         *float64 `queryParam:"style=form,explode=true,name=page_size"`
	PageToken        *string  `queryParam:"style=form,explode=true,name=page_token"`
}

func (*C1APIAppV1AppEntitlementsListUsersRequest) GetAppEntitlementID

func (o *C1APIAppV1AppEntitlementsListUsersRequest) GetAppEntitlementID() string

func (*C1APIAppV1AppEntitlementsListUsersRequest) GetAppID

func (*C1APIAppV1AppEntitlementsListUsersRequest) GetPageSize

func (*C1APIAppV1AppEntitlementsListUsersRequest) GetPageToken

type C1APIAppV1AppEntitlementsListUsersResponse

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

func (*C1APIAppV1AppEntitlementsListUsersResponse) GetListAppEntitlementUsersResponse

func (*C1APIAppV1AppEntitlementsListUsersResponse) GetRawResponse

func (*C1APIAppV1AppEntitlementsListUsersResponse) GetStatusCode

type C1APIAppV1AppEntitlementsUpdateRequest

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

func (*C1APIAppV1AppEntitlementsUpdateRequest) GetID

func (*C1APIAppV1AppEntitlementsUpdateRequest) GetUpdateAppEntitlementRequest

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

type C1APIAppV1AppEntitlementsUpdateResponse

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

func (o *C1APIAppV1AppEntitlementsUpdateResponse) GetContentType() string

func (*C1APIAppV1AppEntitlementsUpdateResponse) GetRawResponse

func (*C1APIAppV1AppEntitlementsUpdateResponse) GetStatusCode

func (o *C1APIAppV1AppEntitlementsUpdateResponse) GetStatusCode() int

func (*C1APIAppV1AppEntitlementsUpdateResponse) GetUpdateAppEntitlementResponse

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

type C1APIAppV1AppOwnersAddRequest

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

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

func (*C1APIAppV1AppOwnersAddRequest) GetAppID

func (o *C1APIAppV1AppOwnersAddRequest) GetAppID() string

func (*C1APIAppV1AppOwnersAddRequest) GetUserID

func (o *C1APIAppV1AppOwnersAddRequest) GetUserID() string

type C1APIAppV1AppOwnersAddResponse

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

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

func (*C1APIAppV1AppOwnersAddResponse) GetContentType

func (o *C1APIAppV1AppOwnersAddResponse) GetContentType() string

func (*C1APIAppV1AppOwnersAddResponse) GetRawResponse

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

func (*C1APIAppV1AppOwnersAddResponse) GetStatusCode

func (o *C1APIAppV1AppOwnersAddResponse) GetStatusCode() int

type C1APIAppV1AppOwnersListRequest

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

func (*C1APIAppV1AppOwnersListRequest) GetAppID

func (o *C1APIAppV1AppOwnersListRequest) GetAppID() string

func (*C1APIAppV1AppOwnersListRequest) GetPageSize

func (o *C1APIAppV1AppOwnersListRequest) GetPageSize() *float64

func (*C1APIAppV1AppOwnersListRequest) GetPageToken

func (o *C1APIAppV1AppOwnersListRequest) GetPageToken() *string

type C1APIAppV1AppOwnersListResponse

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

func (o *C1APIAppV1AppOwnersListResponse) GetContentType() string

func (*C1APIAppV1AppOwnersListResponse) GetListAppOwnersResponse

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

func (*C1APIAppV1AppOwnersListResponse) GetRawResponse

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

func (*C1APIAppV1AppOwnersListResponse) GetStatusCode

func (o *C1APIAppV1AppOwnersListResponse) GetStatusCode() int

type C1APIAppV1AppOwnersRemoveRequest

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

func (*C1APIAppV1AppOwnersRemoveRequest) GetRemoveAppOwnerRequest

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

func (*C1APIAppV1AppOwnersRemoveRequest) GetUserID

type C1APIAppV1AppOwnersRemoveResponse

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

func (o *C1APIAppV1AppOwnersRemoveResponse) GetContentType() string

func (*C1APIAppV1AppOwnersRemoveResponse) GetRawResponse

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

func (*C1APIAppV1AppOwnersRemoveResponse) GetRemoveAppOwnerResponse

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

func (*C1APIAppV1AppOwnersRemoveResponse) GetStatusCode

func (o *C1APIAppV1AppOwnersRemoveResponse) GetStatusCode() int

type C1APIAppV1AppOwnersSetRequest

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

func (*C1APIAppV1AppOwnersSetRequest) GetAppID

func (o *C1APIAppV1AppOwnersSetRequest) GetAppID() string

func (*C1APIAppV1AppOwnersSetRequest) GetSetAppOwnersRequest

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

type C1APIAppV1AppOwnersSetResponse

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

func (o *C1APIAppV1AppOwnersSetResponse) GetContentType() string

func (*C1APIAppV1AppOwnersSetResponse) GetRawResponse

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

func (*C1APIAppV1AppOwnersSetResponse) GetSetAppOwnersResponse

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

func (*C1APIAppV1AppOwnersSetResponse) GetStatusCode

func (o *C1APIAppV1AppOwnersSetResponse) GetStatusCode() int

type C1APIAppV1AppReportActionServiceGenerateReportRequest

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

func (*C1APIAppV1AppReportActionServiceGenerateReportRequest) GetAppActionsServiceGenerateReportRequest

func (*C1APIAppV1AppReportActionServiceGenerateReportRequest) GetAppID

type C1APIAppV1AppReportActionServiceGenerateReportResponse

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

func (*C1APIAppV1AppReportActionServiceGenerateReportResponse) GetContentType

func (*C1APIAppV1AppReportActionServiceGenerateReportResponse) GetRawResponse

func (*C1APIAppV1AppReportActionServiceGenerateReportResponse) GetStatusCode

type C1APIAppV1AppReportServiceListRequest

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

func (*C1APIAppV1AppReportServiceListRequest) GetAppID

func (*C1APIAppV1AppReportServiceListRequest) GetPageSize

func (*C1APIAppV1AppReportServiceListRequest) GetPageToken

func (o *C1APIAppV1AppReportServiceListRequest) GetPageToken() *string

type C1APIAppV1AppReportServiceListResponse

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

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

func (*C1APIAppV1AppReportServiceListResponse) GetContentType

func (o *C1APIAppV1AppReportServiceListResponse) GetContentType() string

func (*C1APIAppV1AppReportServiceListResponse) GetRawResponse

func (*C1APIAppV1AppReportServiceListResponse) GetStatusCode

func (o *C1APIAppV1AppReportServiceListResponse) GetStatusCode() int

type C1APIAppV1AppResourceOwnersListRequest

type C1APIAppV1AppResourceOwnersListRequest struct {
	AppID          string   `pathParam:"style=simple,explode=false,name=app_id"`
	PageSize       *float64 `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

func (*C1APIAppV1AppResourceOwnersListRequest) GetPageSize

func (*C1APIAppV1AppResourceOwnersListRequest) GetPageToken

func (*C1APIAppV1AppResourceOwnersListRequest) GetResourceID

func (*C1APIAppV1AppResourceOwnersListRequest) GetResourceTypeID

func (o *C1APIAppV1AppResourceOwnersListRequest) GetResourceTypeID() string

type C1APIAppV1AppResourceOwnersListResponse

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

func (o *C1APIAppV1AppResourceOwnersListResponse) GetContentType() string

func (*C1APIAppV1AppResourceOwnersListResponse) GetListAppResourceOwnersResponse

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

func (*C1APIAppV1AppResourceOwnersListResponse) GetRawResponse

func (*C1APIAppV1AppResourceOwnersListResponse) GetStatusCode

func (o *C1APIAppV1AppResourceOwnersListResponse) GetStatusCode() int

type C1APIAppV1AppResourceSearchSearchAppResourceTypesResponse

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

func (*C1APIAppV1AppResourceSearchSearchAppResourceTypesResponse) GetRawResponse

func (*C1APIAppV1AppResourceSearchSearchAppResourceTypesResponse) GetSearchAppResourceTypesResponse

func (*C1APIAppV1AppResourceSearchSearchAppResourceTypesResponse) GetStatusCode

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

func (*C1APIAppV1AppResourceServiceGetRequest) GetAppResourceTypeID

func (o *C1APIAppV1AppResourceServiceGetRequest) GetAppResourceTypeID() string

func (*C1APIAppV1AppResourceServiceGetRequest) GetID

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

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

func (*C1APIAppV1AppResourceServiceGetResponse) GetContentType

func (o *C1APIAppV1AppResourceServiceGetResponse) GetContentType() string

func (*C1APIAppV1AppResourceServiceGetResponse) GetRawResponse

func (*C1APIAppV1AppResourceServiceGetResponse) GetStatusCode

func (o *C1APIAppV1AppResourceServiceGetResponse) GetStatusCode() int

type C1APIAppV1AppResourceServiceListRequest

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          *float64 `queryParam:"style=form,explode=true,name=page_size"`
	PageToken         *string  `queryParam:"style=form,explode=true,name=page_token"`
}

func (*C1APIAppV1AppResourceServiceListRequest) GetAppID

func (*C1APIAppV1AppResourceServiceListRequest) GetAppResourceTypeID

func (o *C1APIAppV1AppResourceServiceListRequest) GetAppResourceTypeID() string

func (*C1APIAppV1AppResourceServiceListRequest) GetPageSize

func (*C1APIAppV1AppResourceServiceListRequest) GetPageToken

type C1APIAppV1AppResourceServiceListResponse

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

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

func (*C1APIAppV1AppResourceServiceListResponse) GetContentType

func (*C1APIAppV1AppResourceServiceListResponse) GetRawResponse

func (*C1APIAppV1AppResourceServiceListResponse) GetStatusCode

func (o *C1APIAppV1AppResourceServiceListResponse) GetStatusCode() int

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

func (*C1APIAppV1AppResourceTypeServiceGetRequest) GetID

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

func (*C1APIAppV1AppResourceTypeServiceGetResponse) GetContentType

func (*C1APIAppV1AppResourceTypeServiceGetResponse) GetRawResponse

func (*C1APIAppV1AppResourceTypeServiceGetResponse) GetStatusCode

type C1APIAppV1AppResourceTypeServiceListRequest

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

func (*C1APIAppV1AppResourceTypeServiceListRequest) GetAppID

func (*C1APIAppV1AppResourceTypeServiceListRequest) GetPageSize

func (*C1APIAppV1AppResourceTypeServiceListRequest) GetPageToken

type C1APIAppV1AppResourceTypeServiceListResponse

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

func (*C1APIAppV1AppResourceTypeServiceListResponse) GetContentType

func (*C1APIAppV1AppResourceTypeServiceListResponse) GetRawResponse

func (*C1APIAppV1AppResourceTypeServiceListResponse) GetStatusCode

type C1APIAppV1AppSearchSearchResponse

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

func (o *C1APIAppV1AppSearchSearchResponse) GetContentType() string

func (*C1APIAppV1AppSearchSearchResponse) GetRawResponse

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

func (*C1APIAppV1AppSearchSearchResponse) GetSearchAppsResponse

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

func (*C1APIAppV1AppSearchSearchResponse) GetStatusCode

func (o *C1APIAppV1AppSearchSearchResponse) GetStatusCode() int

type C1APIAppV1AppUsageControlsServiceGetRequest

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

func (*C1APIAppV1AppUsageControlsServiceGetRequest) GetAppID

type C1APIAppV1AppUsageControlsServiceGetResponse

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

func (*C1APIAppV1AppUsageControlsServiceGetResponse) GetGetAppUsageControlsResponse

func (*C1APIAppV1AppUsageControlsServiceGetResponse) GetRawResponse

func (*C1APIAppV1AppUsageControlsServiceGetResponse) GetStatusCode

type C1APIAppV1AppUsageControlsServiceUpdateRequest

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

func (*C1APIAppV1AppUsageControlsServiceUpdateRequest) GetAppID

func (*C1APIAppV1AppUsageControlsServiceUpdateRequest) GetUpdateAppUsageControlsRequest

type C1APIAppV1AppUsageControlsServiceUpdateResponse

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

func (*C1APIAppV1AppUsageControlsServiceUpdateResponse) GetRawResponse

func (*C1APIAppV1AppUsageControlsServiceUpdateResponse) GetStatusCode

func (*C1APIAppV1AppUsageControlsServiceUpdateResponse) GetUpdateAppUsageControlsResponse

type C1APIAppV1AppUserServiceUpdateRequest

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

func (o *C1APIAppV1AppUserServiceUpdateRequest) GetAppUserAppID() string

func (*C1APIAppV1AppUserServiceUpdateRequest) GetAppUserID

func (*C1APIAppV1AppUserServiceUpdateRequest) GetAppUserServiceUpdateRequest

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

type C1APIAppV1AppUserServiceUpdateResponse

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

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

func (*C1APIAppV1AppUserServiceUpdateResponse) GetContentType

func (o *C1APIAppV1AppUserServiceUpdateResponse) GetContentType() string

func (*C1APIAppV1AppUserServiceUpdateResponse) GetRawResponse

func (*C1APIAppV1AppUserServiceUpdateResponse) GetStatusCode

func (o *C1APIAppV1AppUserServiceUpdateResponse) GetStatusCode() int

type C1APIAppV1AppsCreateResponse

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

func (o *C1APIAppV1AppsCreateResponse) GetContentType() string

func (*C1APIAppV1AppsCreateResponse) GetCreateAppResponse

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

func (*C1APIAppV1AppsCreateResponse) GetRawResponse

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

func (*C1APIAppV1AppsCreateResponse) GetStatusCode

func (o *C1APIAppV1AppsCreateResponse) GetStatusCode() int

type C1APIAppV1AppsDeleteRequest

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

func (*C1APIAppV1AppsDeleteRequest) GetDeleteAppRequest

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

func (*C1APIAppV1AppsDeleteRequest) GetID

type C1APIAppV1AppsDeleteResponse

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

func (o *C1APIAppV1AppsDeleteResponse) GetContentType() string

func (*C1APIAppV1AppsDeleteResponse) GetDeleteAppResponse

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

func (*C1APIAppV1AppsDeleteResponse) GetRawResponse

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

func (*C1APIAppV1AppsDeleteResponse) GetStatusCode

func (o *C1APIAppV1AppsDeleteResponse) GetStatusCode() int

type C1APIAppV1AppsGetRequest

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

func (*C1APIAppV1AppsGetRequest) GetID

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

func (o *C1APIAppV1AppsGetResponse) GetContentType() string

func (*C1APIAppV1AppsGetResponse) GetGetAppResponse

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

func (*C1APIAppV1AppsGetResponse) GetRawResponse

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

func (*C1APIAppV1AppsGetResponse) GetStatusCode

func (o *C1APIAppV1AppsGetResponse) GetStatusCode() int

type C1APIAppV1AppsListRequest

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

func (*C1APIAppV1AppsListRequest) GetPageSize

func (o *C1APIAppV1AppsListRequest) GetPageSize() *float64

func (*C1APIAppV1AppsListRequest) GetPageToken

func (o *C1APIAppV1AppsListRequest) GetPageToken() *string

type C1APIAppV1AppsListResponse

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

func (o *C1APIAppV1AppsListResponse) GetContentType() string

func (*C1APIAppV1AppsListResponse) GetListAppsResponse

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

func (*C1APIAppV1AppsListResponse) GetRawResponse

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

func (*C1APIAppV1AppsListResponse) GetStatusCode

func (o *C1APIAppV1AppsListResponse) GetStatusCode() int

type C1APIAppV1AppsUpdateRequest

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

func (*C1APIAppV1AppsUpdateRequest) GetID

func (*C1APIAppV1AppsUpdateRequest) GetUpdateAppRequest

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

type C1APIAppV1AppsUpdateResponse

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

func (o *C1APIAppV1AppsUpdateResponse) GetContentType() string

func (*C1APIAppV1AppsUpdateResponse) GetRawResponse

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

func (*C1APIAppV1AppsUpdateResponse) GetStatusCode

func (o *C1APIAppV1AppsUpdateResponse) GetStatusCode() int

func (*C1APIAppV1AppsUpdateResponse) GetUpdateAppResponse

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

type C1APIAppV1ConnectorServiceCreateDelegatedRequest

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

func (*C1APIAppV1ConnectorServiceCreateDelegatedRequest) GetAppID

func (*C1APIAppV1ConnectorServiceCreateDelegatedRequest) GetConnectorServiceCreateDelegatedRequest

type C1APIAppV1ConnectorServiceCreateDelegatedResponse

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

func (*C1APIAppV1ConnectorServiceCreateDelegatedResponse) GetContentType

func (*C1APIAppV1ConnectorServiceCreateDelegatedResponse) GetRawResponse

func (*C1APIAppV1ConnectorServiceCreateDelegatedResponse) GetStatusCode

type C1APIAppV1ConnectorServiceCreateRequest

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

func (*C1APIAppV1ConnectorServiceCreateRequest) GetAppID

func (*C1APIAppV1ConnectorServiceCreateRequest) GetConnectorServiceCreateRequest

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

type C1APIAppV1ConnectorServiceCreateResponse

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

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

func (*C1APIAppV1ConnectorServiceCreateResponse) GetContentType

func (*C1APIAppV1ConnectorServiceCreateResponse) GetRawResponse

func (*C1APIAppV1ConnectorServiceCreateResponse) GetStatusCode

func (o *C1APIAppV1ConnectorServiceCreateResponse) GetStatusCode() int

type C1APIAppV1ConnectorServiceDeleteRequest

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

func (*C1APIAppV1ConnectorServiceDeleteRequest) GetConnectorServiceDeleteRequest

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

func (*C1APIAppV1ConnectorServiceDeleteRequest) GetID

type C1APIAppV1ConnectorServiceDeleteResponse

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

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

func (*C1APIAppV1ConnectorServiceDeleteResponse) GetContentType

func (*C1APIAppV1ConnectorServiceDeleteResponse) GetRawResponse

func (*C1APIAppV1ConnectorServiceDeleteResponse) GetStatusCode

func (o *C1APIAppV1ConnectorServiceDeleteResponse) GetStatusCode() int

type C1APIAppV1ConnectorServiceGetCredentialsRequest

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

func (*C1APIAppV1ConnectorServiceGetCredentialsRequest) GetConnectorID

func (*C1APIAppV1ConnectorServiceGetCredentialsRequest) GetID

type C1APIAppV1ConnectorServiceGetCredentialsResponse

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

func (*C1APIAppV1ConnectorServiceGetCredentialsResponse) GetContentType

func (*C1APIAppV1ConnectorServiceGetCredentialsResponse) GetRawResponse

func (*C1APIAppV1ConnectorServiceGetCredentialsResponse) GetStatusCode

type C1APIAppV1ConnectorServiceGetRequest

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

func (*C1APIAppV1ConnectorServiceGetRequest) GetID

type C1APIAppV1ConnectorServiceGetResponse

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

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

func (*C1APIAppV1ConnectorServiceGetResponse) GetContentType

func (o *C1APIAppV1ConnectorServiceGetResponse) GetContentType() string

func (*C1APIAppV1ConnectorServiceGetResponse) GetRawResponse

func (*C1APIAppV1ConnectorServiceGetResponse) GetStatusCode

func (o *C1APIAppV1ConnectorServiceGetResponse) GetStatusCode() int

type C1APIAppV1ConnectorServiceListRequest

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

func (*C1APIAppV1ConnectorServiceListRequest) GetAppID

func (*C1APIAppV1ConnectorServiceListRequest) GetPageSize

func (*C1APIAppV1ConnectorServiceListRequest) GetPageToken

func (o *C1APIAppV1ConnectorServiceListRequest) GetPageToken() *string

type C1APIAppV1ConnectorServiceListResponse

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

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

func (*C1APIAppV1ConnectorServiceListResponse) GetContentType

func (o *C1APIAppV1ConnectorServiceListResponse) GetContentType() string

func (*C1APIAppV1ConnectorServiceListResponse) GetRawResponse

func (*C1APIAppV1ConnectorServiceListResponse) GetStatusCode

func (o *C1APIAppV1ConnectorServiceListResponse) GetStatusCode() int

type C1APIAppV1ConnectorServiceRevokeCredentialRequest

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

func (*C1APIAppV1ConnectorServiceRevokeCredentialRequest) GetConnectorID

func (*C1APIAppV1ConnectorServiceRevokeCredentialRequest) GetConnectorServiceRevokeCredentialRequest

func (*C1APIAppV1ConnectorServiceRevokeCredentialRequest) GetID

type C1APIAppV1ConnectorServiceRevokeCredentialResponse

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

func (*C1APIAppV1ConnectorServiceRevokeCredentialResponse) GetContentType

func (*C1APIAppV1ConnectorServiceRevokeCredentialResponse) GetRawResponse

func (*C1APIAppV1ConnectorServiceRevokeCredentialResponse) GetStatusCode

type C1APIAppV1ConnectorServiceRotateCredentialRequest

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

func (*C1APIAppV1ConnectorServiceRotateCredentialRequest) GetConnectorID

func (*C1APIAppV1ConnectorServiceRotateCredentialRequest) GetConnectorServiceRotateCredentialRequest

type C1APIAppV1ConnectorServiceRotateCredentialResponse

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

func (*C1APIAppV1ConnectorServiceRotateCredentialResponse) GetContentType

func (*C1APIAppV1ConnectorServiceRotateCredentialResponse) GetRawResponse

func (*C1APIAppV1ConnectorServiceRotateCredentialResponse) GetStatusCode

type C1APIAppV1ConnectorServiceUpdateDelegatedRequest

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

func (*C1APIAppV1ConnectorServiceUpdateDelegatedRequest) GetConnectorID

func (*C1APIAppV1ConnectorServiceUpdateDelegatedRequest) GetConnectorServiceUpdateDelegatedRequest

type C1APIAppV1ConnectorServiceUpdateDelegatedResponse

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

func (*C1APIAppV1ConnectorServiceUpdateDelegatedResponse) GetContentType

func (*C1APIAppV1ConnectorServiceUpdateDelegatedResponse) GetRawResponse

func (*C1APIAppV1ConnectorServiceUpdateDelegatedResponse) GetStatusCode

type C1APIAppV1ConnectorServiceUpdateRequest

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

func (*C1APIAppV1ConnectorServiceUpdateRequest) GetConnectorServiceUpdateRequest

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

func (*C1APIAppV1ConnectorServiceUpdateRequest) GetID

type C1APIAppV1ConnectorServiceUpdateResponse

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

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

func (*C1APIAppV1ConnectorServiceUpdateResponse) GetContentType

func (*C1APIAppV1ConnectorServiceUpdateResponse) GetRawResponse

func (*C1APIAppV1ConnectorServiceUpdateResponse) GetStatusCode

func (o *C1APIAppV1ConnectorServiceUpdateResponse) GetStatusCode() int

type C1APIAttributeV1AttributeSearchSearchAttributeValuesResponse

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

func (*C1APIAttributeV1AttributeSearchSearchAttributeValuesResponse) GetRawResponse

func (*C1APIAttributeV1AttributeSearchSearchAttributeValuesResponse) GetSearchAttributeValuesResponse

func (*C1APIAttributeV1AttributeSearchSearchAttributeValuesResponse) GetStatusCode

type C1APIAttributeV1AttributesCreateAttributeValueResponse

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

func (*C1APIAttributeV1AttributesCreateAttributeValueResponse) GetCreateAttributeValueResponse

func (*C1APIAttributeV1AttributesCreateAttributeValueResponse) GetRawResponse

func (*C1APIAttributeV1AttributesCreateAttributeValueResponse) GetStatusCode

type C1APIAttributeV1AttributesDeleteAttributeValueRequest

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

func (*C1APIAttributeV1AttributesDeleteAttributeValueRequest) GetDeleteAttributeValueRequest

func (*C1APIAttributeV1AttributesDeleteAttributeValueRequest) GetID

type C1APIAttributeV1AttributesDeleteAttributeValueResponse

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

func (*C1APIAttributeV1AttributesDeleteAttributeValueResponse) GetDeleteAttributeValueResponse

func (*C1APIAttributeV1AttributesDeleteAttributeValueResponse) GetRawResponse

func (*C1APIAttributeV1AttributesDeleteAttributeValueResponse) GetStatusCode

type C1APIAttributeV1AttributesGetAttributeValueRequest

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

func (*C1APIAttributeV1AttributesGetAttributeValueRequest) GetID

type C1APIAttributeV1AttributesGetAttributeValueResponse

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

func (*C1APIAttributeV1AttributesGetAttributeValueResponse) GetGetAttributeValueResponse

func (*C1APIAttributeV1AttributesGetAttributeValueResponse) GetRawResponse

func (*C1APIAttributeV1AttributesGetAttributeValueResponse) GetStatusCode

type C1APIAttributeV1AttributesListAttributeTypesRequest

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

func (*C1APIAttributeV1AttributesListAttributeTypesRequest) GetPageSize

func (*C1APIAttributeV1AttributesListAttributeTypesRequest) GetPageToken

type C1APIAttributeV1AttributesListAttributeTypesResponse

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

func (*C1APIAttributeV1AttributesListAttributeTypesResponse) GetListAttributeTypesResponse

func (*C1APIAttributeV1AttributesListAttributeTypesResponse) GetRawResponse

func (*C1APIAttributeV1AttributesListAttributeTypesResponse) GetStatusCode

type C1APIAttributeV1AttributesListAttributeValuesRequest

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

func (*C1APIAttributeV1AttributesListAttributeValuesRequest) GetAttributeTypeID

func (*C1APIAttributeV1AttributesListAttributeValuesRequest) GetPageSize

func (*C1APIAttributeV1AttributesListAttributeValuesRequest) GetPageToken

type C1APIAttributeV1AttributesListAttributeValuesResponse

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

func (*C1APIAttributeV1AttributesListAttributeValuesResponse) GetListAttributeValuesResponse

func (*C1APIAttributeV1AttributesListAttributeValuesResponse) GetRawResponse

func (*C1APIAttributeV1AttributesListAttributeValuesResponse) GetStatusCode

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

func (o *C1APIAuthV1AuthIntrospectResponse) GetContentType() string

func (*C1APIAuthV1AuthIntrospectResponse) GetIntrospectResponse

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

func (*C1APIAuthV1AuthIntrospectResponse) GetRawResponse

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

func (*C1APIAuthV1AuthIntrospectResponse) GetStatusCode

func (o *C1APIAuthV1AuthIntrospectResponse) GetStatusCode() int

type C1APIDirectoryV1DirectoryServiceCreateResponse

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

func (*C1APIDirectoryV1DirectoryServiceCreateResponse) GetDirectoryServiceCreateResponse

func (*C1APIDirectoryV1DirectoryServiceCreateResponse) GetRawResponse

func (*C1APIDirectoryV1DirectoryServiceCreateResponse) GetStatusCode

type C1APIDirectoryV1DirectoryServiceDeleteRequest

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

func (*C1APIDirectoryV1DirectoryServiceDeleteRequest) GetAppID

func (*C1APIDirectoryV1DirectoryServiceDeleteRequest) GetDirectoryServiceDeleteRequest

type C1APIDirectoryV1DirectoryServiceDeleteResponse

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

func (*C1APIDirectoryV1DirectoryServiceDeleteResponse) GetDirectoryServiceDeleteResponse

func (*C1APIDirectoryV1DirectoryServiceDeleteResponse) GetRawResponse

func (*C1APIDirectoryV1DirectoryServiceDeleteResponse) GetStatusCode

type C1APIDirectoryV1DirectoryServiceGetRequest

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

func (*C1APIDirectoryV1DirectoryServiceGetRequest) GetAppID

type C1APIDirectoryV1DirectoryServiceGetResponse

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

func (*C1APIDirectoryV1DirectoryServiceGetResponse) GetDirectoryServiceGetResponse

func (*C1APIDirectoryV1DirectoryServiceGetResponse) GetRawResponse

func (*C1APIDirectoryV1DirectoryServiceGetResponse) GetStatusCode

type C1APIDirectoryV1DirectoryServiceListRequest

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

func (*C1APIDirectoryV1DirectoryServiceListRequest) GetPageSize

func (*C1APIDirectoryV1DirectoryServiceListRequest) GetPageToken

type C1APIDirectoryV1DirectoryServiceListResponse

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

func (*C1APIDirectoryV1DirectoryServiceListResponse) GetDirectoryServiceListResponse

func (*C1APIDirectoryV1DirectoryServiceListResponse) GetRawResponse

func (*C1APIDirectoryV1DirectoryServiceListResponse) GetStatusCode

type C1APIIamV1PersonalClientServiceCreateResponse

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

func (*C1APIIamV1PersonalClientServiceCreateResponse) GetPersonalClientServiceCreateResponse

func (*C1APIIamV1PersonalClientServiceCreateResponse) GetRawResponse

func (*C1APIIamV1PersonalClientServiceCreateResponse) GetStatusCode

type C1APIIamV1RolesGetRequest

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

func (*C1APIIamV1RolesGetRequest) GetRoleID

func (o *C1APIIamV1RolesGetRequest) GetRoleID() string

type C1APIIamV1RolesGetResponse

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

func (o *C1APIIamV1RolesGetResponse) GetContentType() string

func (*C1APIIamV1RolesGetResponse) GetGetRolesResponse

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

func (*C1APIIamV1RolesGetResponse) GetRawResponse

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

func (*C1APIIamV1RolesGetResponse) GetStatusCode

func (o *C1APIIamV1RolesGetResponse) GetStatusCode() int

type C1APIIamV1RolesListRequest

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

func (*C1APIIamV1RolesListRequest) GetPageSize

func (o *C1APIIamV1RolesListRequest) GetPageSize() *float64

func (*C1APIIamV1RolesListRequest) GetPageToken

func (o *C1APIIamV1RolesListRequest) GetPageToken() *string

type C1APIIamV1RolesListResponse

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

func (o *C1APIIamV1RolesListResponse) GetContentType() string

func (*C1APIIamV1RolesListResponse) GetListRolesResponse

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

func (*C1APIIamV1RolesListResponse) GetRawResponse

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

func (*C1APIIamV1RolesListResponse) GetStatusCode

func (o *C1APIIamV1RolesListResponse) GetStatusCode() int

type C1APIIamV1RolesUpdateRequest

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

func (*C1APIIamV1RolesUpdateRequest) GetRoleID

func (o *C1APIIamV1RolesUpdateRequest) GetRoleID() string

func (*C1APIIamV1RolesUpdateRequest) GetUpdateRoleRequest

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

type C1APIIamV1RolesUpdateResponse

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

func (o *C1APIIamV1RolesUpdateResponse) GetContentType() string

func (*C1APIIamV1RolesUpdateResponse) GetRawResponse

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

func (*C1APIIamV1RolesUpdateResponse) GetStatusCode

func (o *C1APIIamV1RolesUpdateResponse) GetStatusCode() int

func (*C1APIIamV1RolesUpdateResponse) GetUpdateRolesResponse

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

type C1APIPolicyV1PoliciesCreateResponse

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

func (o *C1APIPolicyV1PoliciesCreateResponse) GetContentType() string

func (*C1APIPolicyV1PoliciesCreateResponse) GetCreatePolicyResponse

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

func (*C1APIPolicyV1PoliciesCreateResponse) GetRawResponse

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

func (*C1APIPolicyV1PoliciesCreateResponse) GetStatusCode

func (o *C1APIPolicyV1PoliciesCreateResponse) GetStatusCode() int

type C1APIPolicyV1PoliciesDeleteRequest

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

func (*C1APIPolicyV1PoliciesDeleteRequest) GetDeletePolicyRequest

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

func (*C1APIPolicyV1PoliciesDeleteRequest) GetID

type C1APIPolicyV1PoliciesDeleteResponse

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

func (o *C1APIPolicyV1PoliciesDeleteResponse) GetContentType() string

func (*C1APIPolicyV1PoliciesDeleteResponse) GetDeletePolicyResponse

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

func (*C1APIPolicyV1PoliciesDeleteResponse) GetRawResponse

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

func (*C1APIPolicyV1PoliciesDeleteResponse) GetStatusCode

func (o *C1APIPolicyV1PoliciesDeleteResponse) GetStatusCode() int

type C1APIPolicyV1PoliciesGetRequest

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

func (*C1APIPolicyV1PoliciesGetRequest) GetID

type C1APIPolicyV1PoliciesGetResponse

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

func (o *C1APIPolicyV1PoliciesGetResponse) GetContentType() string

func (*C1APIPolicyV1PoliciesGetResponse) GetGetPolicyResponse

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

func (*C1APIPolicyV1PoliciesGetResponse) GetRawResponse

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

func (*C1APIPolicyV1PoliciesGetResponse) GetStatusCode

func (o *C1APIPolicyV1PoliciesGetResponse) GetStatusCode() int

type C1APIPolicyV1PoliciesListRequest

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

func (*C1APIPolicyV1PoliciesListRequest) GetPageSize

func (o *C1APIPolicyV1PoliciesListRequest) GetPageSize() *float64

func (*C1APIPolicyV1PoliciesListRequest) GetPageToken

func (o *C1APIPolicyV1PoliciesListRequest) GetPageToken() *string

type C1APIPolicyV1PoliciesListResponse

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

func (o *C1APIPolicyV1PoliciesListResponse) GetContentType() string

func (*C1APIPolicyV1PoliciesListResponse) GetListPolicyResponse

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

func (*C1APIPolicyV1PoliciesListResponse) GetRawResponse

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

func (*C1APIPolicyV1PoliciesListResponse) GetStatusCode

func (o *C1APIPolicyV1PoliciesListResponse) GetStatusCode() int

type C1APIPolicyV1PoliciesUpdateRequest

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

func (*C1APIPolicyV1PoliciesUpdateRequest) GetID

func (*C1APIPolicyV1PoliciesUpdateRequest) GetUpdatePolicyRequest

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

type C1APIPolicyV1PoliciesUpdateResponse

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

func (o *C1APIPolicyV1PoliciesUpdateResponse) GetContentType() string

func (*C1APIPolicyV1PoliciesUpdateResponse) GetRawResponse

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

func (*C1APIPolicyV1PoliciesUpdateResponse) GetStatusCode

func (o *C1APIPolicyV1PoliciesUpdateResponse) GetStatusCode() int

func (*C1APIPolicyV1PoliciesUpdateResponse) GetUpdatePolicyResponse

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

type C1APIPolicyV1PolicySearchSearchResponse

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

func (o *C1APIPolicyV1PolicySearchSearchResponse) GetContentType() string

func (*C1APIPolicyV1PolicySearchSearchResponse) GetListPolicyResponse

func (*C1APIPolicyV1PolicySearchSearchResponse) GetRawResponse

func (*C1APIPolicyV1PolicySearchSearchResponse) GetStatusCode

func (o *C1APIPolicyV1PolicySearchSearchResponse) GetStatusCode() int

type C1APIPolicyV1PolicyValidateValidateCELResponse

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

func (*C1APIPolicyV1PolicyValidateValidateCELResponse) GetRawResponse

func (*C1APIPolicyV1PolicyValidateValidateCELResponse) GetStatusCode

func (*C1APIPolicyV1PolicyValidateValidateCELResponse) GetValidatePolicyCELResponse

type C1APIRequestcatalogV1RequestCatalogManagementServiceAddAccessEntitlementsRequest

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

func (*C1APIRequestcatalogV1RequestCatalogManagementServiceAddAccessEntitlementsRequest) GetCatalogID

func (*C1APIRequestcatalogV1RequestCatalogManagementServiceAddAccessEntitlementsRequest) GetRequestCatalogManagementServiceAddAccessEntitlementsRequest

type C1APIRequestcatalogV1RequestCatalogManagementServiceAddAccessEntitlementsResponse

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

func (*C1APIRequestcatalogV1RequestCatalogManagementServiceAddAccessEntitlementsResponse) GetRawResponse

func (*C1APIRequestcatalogV1RequestCatalogManagementServiceAddAccessEntitlementsResponse) GetRequestCatalogManagementServiceAddAccessEntitlementsResponse

func (*C1APIRequestcatalogV1RequestCatalogManagementServiceAddAccessEntitlementsResponse) GetStatusCode

type C1APIRequestcatalogV1RequestCatalogManagementServiceAddAppEntitlementsRequest

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

func (*C1APIRequestcatalogV1RequestCatalogManagementServiceAddAppEntitlementsRequest) GetCatalogID

func (*C1APIRequestcatalogV1RequestCatalogManagementServiceAddAppEntitlementsRequest) GetRequestCatalogManagementServiceAddAppEntitlementsRequest

type C1APIRequestcatalogV1RequestCatalogManagementServiceAddAppEntitlementsResponse

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

func (*C1APIRequestcatalogV1RequestCatalogManagementServiceAddAppEntitlementsResponse) GetRawResponse

func (*C1APIRequestcatalogV1RequestCatalogManagementServiceAddAppEntitlementsResponse) GetRequestCatalogManagementServiceAddAppEntitlementsResponse

func (*C1APIRequestcatalogV1RequestCatalogManagementServiceAddAppEntitlementsResponse) GetStatusCode

type C1APIRequestcatalogV1RequestCatalogManagementServiceCreateResponse

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

func (*C1APIRequestcatalogV1RequestCatalogManagementServiceCreateResponse) GetRawResponse

func (*C1APIRequestcatalogV1RequestCatalogManagementServiceCreateResponse) GetRequestCatalogManagementServiceGetResponse

func (*C1APIRequestcatalogV1RequestCatalogManagementServiceCreateResponse) GetStatusCode

type C1APIRequestcatalogV1RequestCatalogManagementServiceDeleteRequest

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

func (*C1APIRequestcatalogV1RequestCatalogManagementServiceDeleteRequest) GetID

func (*C1APIRequestcatalogV1RequestCatalogManagementServiceDeleteRequest) GetRequestCatalogManagementServiceDeleteRequest

type C1APIRequestcatalogV1RequestCatalogManagementServiceDeleteResponse

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

func (*C1APIRequestcatalogV1RequestCatalogManagementServiceDeleteResponse) GetRawResponse

func (*C1APIRequestcatalogV1RequestCatalogManagementServiceDeleteResponse) GetRequestCatalogManagementServiceDeleteResponse

func (*C1APIRequestcatalogV1RequestCatalogManagementServiceDeleteResponse) GetStatusCode

type C1APIRequestcatalogV1RequestCatalogManagementServiceGetRequest

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

func (*C1APIRequestcatalogV1RequestCatalogManagementServiceGetRequest) GetID

type C1APIRequestcatalogV1RequestCatalogManagementServiceGetResponse

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

func (*C1APIRequestcatalogV1RequestCatalogManagementServiceGetResponse) GetRawResponse

func (*C1APIRequestcatalogV1RequestCatalogManagementServiceGetResponse) GetRequestCatalogManagementServiceGetResponse

func (*C1APIRequestcatalogV1RequestCatalogManagementServiceGetResponse) GetStatusCode

type C1APIRequestcatalogV1RequestCatalogManagementServiceListEntitlementsForAccessRequest

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

func (*C1APIRequestcatalogV1RequestCatalogManagementServiceListEntitlementsForAccessRequest) GetCatalogID

func (*C1APIRequestcatalogV1RequestCatalogManagementServiceListEntitlementsForAccessRequest) GetPageSize

func (*C1APIRequestcatalogV1RequestCatalogManagementServiceListEntitlementsForAccessRequest) GetPageToken

type C1APIRequestcatalogV1RequestCatalogManagementServiceListEntitlementsForAccessResponse

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

func (*C1APIRequestcatalogV1RequestCatalogManagementServiceListEntitlementsForAccessResponse) GetRawResponse

func (*C1APIRequestcatalogV1RequestCatalogManagementServiceListEntitlementsForAccessResponse) GetRequestCatalogManagementServiceListEntitlementsForAccessResponse

func (*C1APIRequestcatalogV1RequestCatalogManagementServiceListEntitlementsForAccessResponse) GetStatusCode

type C1APIRequestcatalogV1RequestCatalogManagementServiceListEntitlementsPerCatalogRequest

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

func (*C1APIRequestcatalogV1RequestCatalogManagementServiceListEntitlementsPerCatalogRequest) GetCatalogID

func (*C1APIRequestcatalogV1RequestCatalogManagementServiceListEntitlementsPerCatalogRequest) GetPageSize

func (*C1APIRequestcatalogV1RequestCatalogManagementServiceListEntitlementsPerCatalogRequest) GetPageToken

type C1APIRequestcatalogV1RequestCatalogManagementServiceListEntitlementsPerCatalogResponse

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

func (*C1APIRequestcatalogV1RequestCatalogManagementServiceListEntitlementsPerCatalogResponse) GetRawResponse

func (*C1APIRequestcatalogV1RequestCatalogManagementServiceListEntitlementsPerCatalogResponse) GetRequestCatalogManagementServiceListEntitlementsPerCatalogResponse

func (*C1APIRequestcatalogV1RequestCatalogManagementServiceListEntitlementsPerCatalogResponse) GetStatusCode

type C1APIRequestcatalogV1RequestCatalogManagementServiceListResponse

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

func (*C1APIRequestcatalogV1RequestCatalogManagementServiceListResponse) GetRawResponse

func (*C1APIRequestcatalogV1RequestCatalogManagementServiceListResponse) GetRequestCatalogManagementServiceListResponse

func (*C1APIRequestcatalogV1RequestCatalogManagementServiceListResponse) GetStatusCode

type C1APIRequestcatalogV1RequestCatalogManagementServiceRemoveAccessEntitlementsRequest

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

func (*C1APIRequestcatalogV1RequestCatalogManagementServiceRemoveAccessEntitlementsRequest) GetCatalogID

func (*C1APIRequestcatalogV1RequestCatalogManagementServiceRemoveAccessEntitlementsRequest) GetRequestCatalogManagementServiceRemoveAccessEntitlementsRequest

type C1APIRequestcatalogV1RequestCatalogManagementServiceRemoveAccessEntitlementsResponse

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

func (*C1APIRequestcatalogV1RequestCatalogManagementServiceRemoveAccessEntitlementsResponse) GetRawResponse

func (*C1APIRequestcatalogV1RequestCatalogManagementServiceRemoveAccessEntitlementsResponse) GetRequestCatalogManagementServiceRemoveAccessEntitlementsResponse

func (*C1APIRequestcatalogV1RequestCatalogManagementServiceRemoveAccessEntitlementsResponse) GetStatusCode

type C1APIRequestcatalogV1RequestCatalogManagementServiceRemoveAppEntitlementsRequest

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

func (*C1APIRequestcatalogV1RequestCatalogManagementServiceRemoveAppEntitlementsRequest) GetCatalogID

func (*C1APIRequestcatalogV1RequestCatalogManagementServiceRemoveAppEntitlementsRequest) GetRequestCatalogManagementServiceRemoveAppEntitlementsRequest

type C1APIRequestcatalogV1RequestCatalogManagementServiceRemoveAppEntitlementsResponse

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

func (*C1APIRequestcatalogV1RequestCatalogManagementServiceRemoveAppEntitlementsResponse) GetRawResponse

func (*C1APIRequestcatalogV1RequestCatalogManagementServiceRemoveAppEntitlementsResponse) GetRequestCatalogManagementServiceRemoveAppEntitlementsResponse

func (*C1APIRequestcatalogV1RequestCatalogManagementServiceRemoveAppEntitlementsResponse) GetStatusCode

type C1APIRequestcatalogV1RequestCatalogManagementServiceUpdateRequest

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

func (*C1APIRequestcatalogV1RequestCatalogManagementServiceUpdateRequest) GetID

func (*C1APIRequestcatalogV1RequestCatalogManagementServiceUpdateRequest) GetRequestCatalogManagementServiceUpdateRequest

type C1APIRequestcatalogV1RequestCatalogManagementServiceUpdateResponse

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

func (*C1APIRequestcatalogV1RequestCatalogManagementServiceUpdateResponse) GetRawResponse

func (*C1APIRequestcatalogV1RequestCatalogManagementServiceUpdateResponse) GetRequestCatalogManagementServiceGetResponse

func (*C1APIRequestcatalogV1RequestCatalogManagementServiceUpdateResponse) GetStatusCode

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

func (*C1APIRequestcatalogV1RequestCatalogSearchServiceSearchEntitlementsResponse) GetRawResponse

func (*C1APIRequestcatalogV1RequestCatalogSearchServiceSearchEntitlementsResponse) GetRequestCatalogSearchServiceSearchEntitlementsResponse

func (*C1APIRequestcatalogV1RequestCatalogSearchServiceSearchEntitlementsResponse) GetStatusCode

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

func (*C1APITaskV1TaskActionsServiceApproveRequest) GetTaskID

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

func (*C1APITaskV1TaskActionsServiceApproveResponse) GetRawResponse

func (*C1APITaskV1TaskActionsServiceApproveResponse) GetStatusCode

func (*C1APITaskV1TaskActionsServiceApproveResponse) GetTaskActionsServiceApproveResponse

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

func (*C1APITaskV1TaskActionsServiceCommentRequest) GetTaskID

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

func (*C1APITaskV1TaskActionsServiceCommentResponse) GetRawResponse

func (*C1APITaskV1TaskActionsServiceCommentResponse) GetStatusCode

func (*C1APITaskV1TaskActionsServiceCommentResponse) GetTaskActionsServiceCommentResponse

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

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

func (*C1APITaskV1TaskActionsServiceDenyRequest) GetTaskID

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

func (*C1APITaskV1TaskActionsServiceDenyResponse) GetRawResponse

func (*C1APITaskV1TaskActionsServiceDenyResponse) GetStatusCode

func (*C1APITaskV1TaskActionsServiceDenyResponse) GetTaskActionsServiceDenyResponse

type C1APITaskV1TaskActionsServiceEscalateToEmergencyAccessRequest

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

func (*C1APITaskV1TaskActionsServiceEscalateToEmergencyAccessRequest) GetTaskActionsServiceEscalateToEmergencyAccessRequest

func (*C1APITaskV1TaskActionsServiceEscalateToEmergencyAccessRequest) GetTaskID

type C1APITaskV1TaskActionsServiceEscalateToEmergencyAccessResponse

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

func (*C1APITaskV1TaskActionsServiceEscalateToEmergencyAccessResponse) GetRawResponse

func (*C1APITaskV1TaskActionsServiceEscalateToEmergencyAccessResponse) GetStatusCode

func (*C1APITaskV1TaskActionsServiceEscalateToEmergencyAccessResponse) GetTaskServiceActionResponse

type C1APITaskV1TaskActionsServiceRestartRequest

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

func (*C1APITaskV1TaskActionsServiceRestartRequest) GetTaskActionsServiceRestartRequest

func (*C1APITaskV1TaskActionsServiceRestartRequest) GetTaskID

type C1APITaskV1TaskActionsServiceRestartResponse

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

func (*C1APITaskV1TaskActionsServiceRestartResponse) GetRawResponse

func (*C1APITaskV1TaskActionsServiceRestartResponse) GetStatusCode

func (*C1APITaskV1TaskActionsServiceRestartResponse) GetTaskActionsServiceRestartResponse

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

func (*C1APITaskV1TaskSearchServiceSearchResponse) GetRawResponse

func (*C1APITaskV1TaskSearchServiceSearchResponse) GetStatusCode

func (*C1APITaskV1TaskSearchServiceSearchResponse) GetTaskSearchResponse

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

func (*C1APITaskV1TaskServiceCreateGrantTaskResponse) GetRawResponse

func (*C1APITaskV1TaskServiceCreateGrantTaskResponse) GetStatusCode

func (*C1APITaskV1TaskServiceCreateGrantTaskResponse) GetTaskServiceCreateGrantResponse

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

func (*C1APITaskV1TaskServiceCreateRevokeTaskResponse) GetRawResponse

func (*C1APITaskV1TaskServiceCreateRevokeTaskResponse) GetStatusCode

func (*C1APITaskV1TaskServiceCreateRevokeTaskResponse) GetTaskServiceCreateRevokeResponse

type C1APITaskV1TaskServiceGetRequest

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

func (*C1APITaskV1TaskServiceGetRequest) GetID

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

func (o *C1APITaskV1TaskServiceGetResponse) GetContentType() string

func (*C1APITaskV1TaskServiceGetResponse) GetRawResponse

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

func (*C1APITaskV1TaskServiceGetResponse) GetStatusCode

func (o *C1APITaskV1TaskServiceGetResponse) GetStatusCode() int

func (*C1APITaskV1TaskServiceGetResponse) GetTaskServiceGetResponse

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

type C1APIUserV1UserSearchSearchResponse

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

func (o *C1APIUserV1UserSearchSearchResponse) GetContentType() string

func (*C1APIUserV1UserSearchSearchResponse) GetRawResponse

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

func (*C1APIUserV1UserSearchSearchResponse) GetSearchUsersResponse

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

func (*C1APIUserV1UserSearchSearchResponse) GetStatusCode

func (o *C1APIUserV1UserSearchSearchResponse) GetStatusCode() int

type C1APIUserV1UserServiceGetRequest

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

func (*C1APIUserV1UserServiceGetRequest) GetID

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

func (o *C1APIUserV1UserServiceGetResponse) GetContentType() string

func (*C1APIUserV1UserServiceGetResponse) GetRawResponse

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

func (*C1APIUserV1UserServiceGetResponse) GetStatusCode

func (o *C1APIUserV1UserServiceGetResponse) GetStatusCode() int

func (*C1APIUserV1UserServiceGetResponse) GetUserServiceGetResponse

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

type C1APIUserV1UserServiceListRequest

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

func (*C1APIUserV1UserServiceListRequest) GetPageSize

func (o *C1APIUserV1UserServiceListRequest) GetPageSize() *float64

func (*C1APIUserV1UserServiceListRequest) GetPageToken

func (o *C1APIUserV1UserServiceListRequest) GetPageToken() *string

type C1APIUserV1UserServiceListResponse

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

func (o *C1APIUserV1UserServiceListResponse) GetContentType() string

func (*C1APIUserV1UserServiceListResponse) GetRawResponse

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

func (*C1APIUserV1UserServiceListResponse) GetStatusCode

func (o *C1APIUserV1UserServiceListResponse) GetStatusCode() int

func (*C1APIUserV1UserServiceListResponse) GetUserServiceListResponse

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

Source Files

Jump to

Keyboard shortcuts

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