Versions in this module Expand all Collapse all v0 v0.2.0 Mar 9, 2026 Changes in this version + var JsonCheck = regexp.MustCompile(`(?i:(?:application|text)/(?:[^;]+\+)?json)`) + var XmlCheck = regexp.MustCompile(`(?i:(?:application|text)/(?:[^;]+\+)?xml)`) + func CacheExpires(r *http.Response) time.Time + func IsNil(i interface{}) bool + func NewConfiguration() *config.Configuration + func PtrBool(v bool) *bool + func PtrFloat32(v float32) *float32 + func PtrFloat64(v float64) *float64 + func PtrInt(v int) *int + func PtrInt32(v int32) *int32 + func PtrInt64(v int64) *int64 + func PtrString(v string) *string + func PtrTime(v time.Time) *time.Time + type APIClient struct + DefaultAPI DefaultAPI + func NewAPIClient(opts ...config.ConfigurationOption) (*APIClient, error) + func (c *APIClient) GetConfig() *config.Configuration + type APIResponse struct + Message string + Method string + Operation string + Payload []byte + RequestURL string + func NewAPIResponse(r *http.Response) *APIResponse + func NewAPIResponseWithError(errorMessage string) *APIResponse + type ApiListFolderAuditLogEntriesRequest struct + ApiService DefaultAPI + func (r ApiListFolderAuditLogEntriesRequest) Cursor(cursor string) ApiListFolderAuditLogEntriesRequest + func (r ApiListFolderAuditLogEntriesRequest) EndTimeRange(endTimeRange time.Time) ApiListFolderAuditLogEntriesRequest + func (r ApiListFolderAuditLogEntriesRequest) Execute() (*ListAuditLogEntriesResponse, error) + func (r ApiListFolderAuditLogEntriesRequest) Limit(limit float32) ApiListFolderAuditLogEntriesRequest + func (r ApiListFolderAuditLogEntriesRequest) StartTimeRange(startTimeRange time.Time) ApiListFolderAuditLogEntriesRequest + type ApiListOrganizationAuditLogEntriesRequest struct + ApiService DefaultAPI + func (r ApiListOrganizationAuditLogEntriesRequest) Cursor(cursor string) ApiListOrganizationAuditLogEntriesRequest + func (r ApiListOrganizationAuditLogEntriesRequest) EndTimeRange(endTimeRange time.Time) ApiListOrganizationAuditLogEntriesRequest + func (r ApiListOrganizationAuditLogEntriesRequest) Execute() (*ListAuditLogEntriesResponse, error) + func (r ApiListOrganizationAuditLogEntriesRequest) Limit(limit float32) ApiListOrganizationAuditLogEntriesRequest + func (r ApiListOrganizationAuditLogEntriesRequest) StartTimeRange(startTimeRange time.Time) ApiListOrganizationAuditLogEntriesRequest + type ApiListProjectAuditLogEntriesRequest struct + ApiService DefaultAPI + func (r ApiListProjectAuditLogEntriesRequest) Cursor(cursor string) ApiListProjectAuditLogEntriesRequest + func (r ApiListProjectAuditLogEntriesRequest) EndTimeRange(endTimeRange time.Time) ApiListProjectAuditLogEntriesRequest + func (r ApiListProjectAuditLogEntriesRequest) Execute() (*ListAuditLogEntriesResponse, error) + func (r ApiListProjectAuditLogEntriesRequest) Limit(limit float32) ApiListProjectAuditLogEntriesRequest + func (r ApiListProjectAuditLogEntriesRequest) StartTimeRange(startTimeRange time.Time) ApiListProjectAuditLogEntriesRequest + type AuditLogEntryContextResponse struct + FolderId *string + OrganizationId *string + ProjectId *string + func NewAuditLogEntryContextResponse() *AuditLogEntryContextResponse + func NewAuditLogEntryContextResponseWithDefaults() *AuditLogEntryContextResponse + func (o *AuditLogEntryContextResponse) GetFolderId() string + func (o *AuditLogEntryContextResponse) GetFolderIdOk() (*string, bool) + func (o *AuditLogEntryContextResponse) GetOrganizationId() string + func (o *AuditLogEntryContextResponse) GetOrganizationIdOk() (*string, bool) + func (o *AuditLogEntryContextResponse) GetProjectId() string + func (o *AuditLogEntryContextResponse) GetProjectIdOk() (*string, bool) + func (o *AuditLogEntryContextResponse) HasFolderId() bool + func (o *AuditLogEntryContextResponse) HasOrganizationId() bool + func (o *AuditLogEntryContextResponse) HasProjectId() bool + func (o *AuditLogEntryContextResponse) SetFolderId(v string) + func (o *AuditLogEntryContextResponse) SetOrganizationId(v string) + func (o *AuditLogEntryContextResponse) SetProjectId(v string) + func (o AuditLogEntryContextResponse) MarshalJSON() ([]byte, error) + func (o AuditLogEntryContextResponse) ToMap() (map[string]interface{}, error) + type AuditLogEntryInitiatorResponse struct + Email *string + Id string + func NewAuditLogEntryInitiatorResponse(id string) *AuditLogEntryInitiatorResponse + func NewAuditLogEntryInitiatorResponseWithDefaults() *AuditLogEntryInitiatorResponse + func (o *AuditLogEntryInitiatorResponse) GetEmail() string + func (o *AuditLogEntryInitiatorResponse) GetEmailOk() (*string, bool) + func (o *AuditLogEntryInitiatorResponse) GetId() string + func (o *AuditLogEntryInitiatorResponse) GetIdOk() (*string, bool) + func (o *AuditLogEntryInitiatorResponse) HasEmail() bool + func (o *AuditLogEntryInitiatorResponse) SetEmail(v string) + func (o *AuditLogEntryInitiatorResponse) SetId(v string) + func (o *AuditLogEntryInitiatorResponse) UnmarshalJSON(data []byte) (err error) + func (o AuditLogEntryInitiatorResponse) MarshalJSON() ([]byte, error) + func (o AuditLogEntryInitiatorResponse) ToMap() (map[string]interface{}, error) + type AuditLogEntryRequestResponse struct + Body map[string]interface{} + Endpoint string + Headers map[string]interface{} + Parameters map[string]interface{} + func NewAuditLogEntryRequestResponse(endpoint string) *AuditLogEntryRequestResponse + func NewAuditLogEntryRequestResponseWithDefaults() *AuditLogEntryRequestResponse + func (o *AuditLogEntryRequestResponse) GetBody() map[string]interface{} + func (o *AuditLogEntryRequestResponse) GetBodyOk() (map[string]interface{}, bool) + func (o *AuditLogEntryRequestResponse) GetEndpoint() string + func (o *AuditLogEntryRequestResponse) GetEndpointOk() (*string, bool) + func (o *AuditLogEntryRequestResponse) GetHeaders() map[string]interface{} + func (o *AuditLogEntryRequestResponse) GetHeadersOk() (map[string]interface{}, bool) + func (o *AuditLogEntryRequestResponse) GetParameters() map[string]interface{} + func (o *AuditLogEntryRequestResponse) GetParametersOk() (map[string]interface{}, bool) + func (o *AuditLogEntryRequestResponse) HasBody() bool + func (o *AuditLogEntryRequestResponse) HasHeaders() bool + func (o *AuditLogEntryRequestResponse) HasParameters() bool + func (o *AuditLogEntryRequestResponse) SetBody(v map[string]interface{}) + func (o *AuditLogEntryRequestResponse) SetEndpoint(v string) + func (o *AuditLogEntryRequestResponse) SetHeaders(v map[string]interface{}) + func (o *AuditLogEntryRequestResponse) SetParameters(v map[string]interface{}) + func (o *AuditLogEntryRequestResponse) UnmarshalJSON(data []byte) (err error) + func (o AuditLogEntryRequestResponse) MarshalJSON() ([]byte, error) + func (o AuditLogEntryRequestResponse) ToMap() (map[string]interface{}, error) + type AuditLogEntryResponse struct + Context *AuditLogEntryContextResponse + CorrelationId *string + Details map[string]interface{} + EventName string + EventSource string + EventTimeStamp time.Time + EventType string + EventVersion string + Id string + Initiator AuditLogEntryInitiatorResponse + ReceivedTimeStamp time.Time + Region string + Request AuditLogEntryRequestResponse + ResourceId *string + ResourceName *string + Result map[string]interface{} + ServiceAccountDelegationInfo *AuditLogEntryServiceAccountDelegationInfoResponse + Severity string + SourceIpAddress string + UserAgent string + Visibility string + func NewAuditLogEntryResponse(eventName string, eventSource string, eventTimeStamp time.Time, ...) *AuditLogEntryResponse + func NewAuditLogEntryResponseWithDefaults() *AuditLogEntryResponse + func (o *AuditLogEntryResponse) GetContext() AuditLogEntryContextResponse + func (o *AuditLogEntryResponse) GetContextOk() (*AuditLogEntryContextResponse, bool) + func (o *AuditLogEntryResponse) GetCorrelationId() string + func (o *AuditLogEntryResponse) GetCorrelationIdOk() (*string, bool) + func (o *AuditLogEntryResponse) GetDetails() map[string]interface{} + func (o *AuditLogEntryResponse) GetDetailsOk() (map[string]interface{}, bool) + func (o *AuditLogEntryResponse) GetEventName() string + func (o *AuditLogEntryResponse) GetEventNameOk() (*string, bool) + func (o *AuditLogEntryResponse) GetEventSource() string + func (o *AuditLogEntryResponse) GetEventSourceOk() (*string, bool) + func (o *AuditLogEntryResponse) GetEventTimeStamp() time.Time + func (o *AuditLogEntryResponse) GetEventTimeStampOk() (*time.Time, bool) + func (o *AuditLogEntryResponse) GetEventType() string + func (o *AuditLogEntryResponse) GetEventTypeOk() (*string, bool) + func (o *AuditLogEntryResponse) GetEventVersion() string + func (o *AuditLogEntryResponse) GetEventVersionOk() (*string, bool) + func (o *AuditLogEntryResponse) GetId() string + func (o *AuditLogEntryResponse) GetIdOk() (*string, bool) + func (o *AuditLogEntryResponse) GetInitiator() AuditLogEntryInitiatorResponse + func (o *AuditLogEntryResponse) GetInitiatorOk() (*AuditLogEntryInitiatorResponse, bool) + func (o *AuditLogEntryResponse) GetReceivedTimeStamp() time.Time + func (o *AuditLogEntryResponse) GetReceivedTimeStampOk() (*time.Time, bool) + func (o *AuditLogEntryResponse) GetRegion() string + func (o *AuditLogEntryResponse) GetRegionOk() (*string, bool) + func (o *AuditLogEntryResponse) GetRequest() AuditLogEntryRequestResponse + func (o *AuditLogEntryResponse) GetRequestOk() (*AuditLogEntryRequestResponse, bool) + func (o *AuditLogEntryResponse) GetResourceId() string + func (o *AuditLogEntryResponse) GetResourceIdOk() (*string, bool) + func (o *AuditLogEntryResponse) GetResourceName() string + func (o *AuditLogEntryResponse) GetResourceNameOk() (*string, bool) + func (o *AuditLogEntryResponse) GetResult() map[string]interface{} + func (o *AuditLogEntryResponse) GetResultOk() (map[string]interface{}, bool) + func (o *AuditLogEntryResponse) GetServiceAccountDelegationInfo() AuditLogEntryServiceAccountDelegationInfoResponse + func (o *AuditLogEntryResponse) GetServiceAccountDelegationInfoOk() (*AuditLogEntryServiceAccountDelegationInfoResponse, bool) + func (o *AuditLogEntryResponse) GetSeverity() string + func (o *AuditLogEntryResponse) GetSeverityOk() (*string, bool) + func (o *AuditLogEntryResponse) GetSourceIpAddress() string + func (o *AuditLogEntryResponse) GetSourceIpAddressOk() (*string, bool) + func (o *AuditLogEntryResponse) GetUserAgent() string + func (o *AuditLogEntryResponse) GetUserAgentOk() (*string, bool) + func (o *AuditLogEntryResponse) GetVisibility() string + func (o *AuditLogEntryResponse) GetVisibilityOk() (*string, bool) + func (o *AuditLogEntryResponse) HasContext() bool + func (o *AuditLogEntryResponse) HasCorrelationId() bool + func (o *AuditLogEntryResponse) HasDetails() bool + func (o *AuditLogEntryResponse) HasResourceId() bool + func (o *AuditLogEntryResponse) HasResourceName() bool + func (o *AuditLogEntryResponse) HasResult() bool + func (o *AuditLogEntryResponse) HasServiceAccountDelegationInfo() bool + func (o *AuditLogEntryResponse) SetContext(v AuditLogEntryContextResponse) + func (o *AuditLogEntryResponse) SetCorrelationId(v string) + func (o *AuditLogEntryResponse) SetDetails(v map[string]interface{}) + func (o *AuditLogEntryResponse) SetEventName(v string) + func (o *AuditLogEntryResponse) SetEventSource(v string) + func (o *AuditLogEntryResponse) SetEventTimeStamp(v time.Time) + func (o *AuditLogEntryResponse) SetEventType(v string) + func (o *AuditLogEntryResponse) SetEventVersion(v string) + func (o *AuditLogEntryResponse) SetId(v string) + func (o *AuditLogEntryResponse) SetInitiator(v AuditLogEntryInitiatorResponse) + func (o *AuditLogEntryResponse) SetReceivedTimeStamp(v time.Time) + func (o *AuditLogEntryResponse) SetRegion(v string) + func (o *AuditLogEntryResponse) SetRequest(v AuditLogEntryRequestResponse) + func (o *AuditLogEntryResponse) SetResourceId(v string) + func (o *AuditLogEntryResponse) SetResourceName(v string) + func (o *AuditLogEntryResponse) SetResult(v map[string]interface{}) + func (o *AuditLogEntryResponse) SetServiceAccountDelegationInfo(v AuditLogEntryServiceAccountDelegationInfoResponse) + func (o *AuditLogEntryResponse) SetSeverity(v string) + func (o *AuditLogEntryResponse) SetSourceIpAddress(v string) + func (o *AuditLogEntryResponse) SetUserAgent(v string) + func (o *AuditLogEntryResponse) SetVisibility(v string) + func (o *AuditLogEntryResponse) UnmarshalJSON(data []byte) (err error) + func (o AuditLogEntryResponse) MarshalJSON() ([]byte, error) + func (o AuditLogEntryResponse) ToMap() (map[string]interface{}, error) + type AuditLogEntryServiceAccountDelegationInfoResponse struct + Principals []ServiceAccountDelegationInfoPrincipalResponse + func NewAuditLogEntryServiceAccountDelegationInfoResponse(principals []ServiceAccountDelegationInfoPrincipalResponse) *AuditLogEntryServiceAccountDelegationInfoResponse + func NewAuditLogEntryServiceAccountDelegationInfoResponseWithDefaults() *AuditLogEntryServiceAccountDelegationInfoResponse + func (o *AuditLogEntryServiceAccountDelegationInfoResponse) GetPrincipals() []ServiceAccountDelegationInfoPrincipalResponse + func (o *AuditLogEntryServiceAccountDelegationInfoResponse) GetPrincipalsOk() ([]ServiceAccountDelegationInfoPrincipalResponse, bool) + func (o *AuditLogEntryServiceAccountDelegationInfoResponse) SetPrincipals(v []ServiceAccountDelegationInfoPrincipalResponse) + func (o *AuditLogEntryServiceAccountDelegationInfoResponse) UnmarshalJSON(data []byte) (err error) + func (o AuditLogEntryServiceAccountDelegationInfoResponse) MarshalJSON() ([]byte, error) + func (o AuditLogEntryServiceAccountDelegationInfoResponse) ToMap() (map[string]interface{}, error) + type DefaultAPI interface + ListFolderAuditLogEntries func(ctx context.Context, folderId string) ApiListFolderAuditLogEntriesRequest + ListFolderAuditLogEntriesExecute func(r ApiListFolderAuditLogEntriesRequest) (*ListAuditLogEntriesResponse, error) + ListOrganizationAuditLogEntries func(ctx context.Context, organizationId string) ApiListOrganizationAuditLogEntriesRequest + ListOrganizationAuditLogEntriesExecute func(r ApiListOrganizationAuditLogEntriesRequest) (*ListAuditLogEntriesResponse, error) + ListProjectAuditLogEntries func(ctx context.Context, projectId string) ApiListProjectAuditLogEntriesRequest + ListProjectAuditLogEntriesExecute func(r ApiListProjectAuditLogEntriesRequest) (*ListAuditLogEntriesResponse, error) + type DefaultAPIService service + func (a *DefaultAPIService) ListFolderAuditLogEntries(ctx context.Context, folderId string) ApiListFolderAuditLogEntriesRequest + func (a *DefaultAPIService) ListFolderAuditLogEntriesExecute(r ApiListFolderAuditLogEntriesRequest) (*ListAuditLogEntriesResponse, error) + func (a *DefaultAPIService) ListOrganizationAuditLogEntries(ctx context.Context, organizationId string) ApiListOrganizationAuditLogEntriesRequest + func (a *DefaultAPIService) ListOrganizationAuditLogEntriesExecute(r ApiListOrganizationAuditLogEntriesRequest) (*ListAuditLogEntriesResponse, error) + func (a *DefaultAPIService) ListProjectAuditLogEntries(ctx context.Context, projectId string) ApiListProjectAuditLogEntriesRequest + func (a *DefaultAPIService) ListProjectAuditLogEntriesExecute(r ApiListProjectAuditLogEntriesRequest) (*ListAuditLogEntriesResponse, error) + type DefaultAPIServiceMock struct + ListFolderAuditLogEntriesExecuteMock *func(r ApiListFolderAuditLogEntriesRequest) (*ListAuditLogEntriesResponse, error) + ListOrganizationAuditLogEntriesExecuteMock *func(r ApiListOrganizationAuditLogEntriesRequest) (*ListAuditLogEntriesResponse, error) + ListProjectAuditLogEntriesExecuteMock *func(r ApiListProjectAuditLogEntriesRequest) (*ListAuditLogEntriesResponse, error) + func (a DefaultAPIServiceMock) ListFolderAuditLogEntries(ctx context.Context, folderId string) ApiListFolderAuditLogEntriesRequest + func (a DefaultAPIServiceMock) ListFolderAuditLogEntriesExecute(r ApiListFolderAuditLogEntriesRequest) (*ListAuditLogEntriesResponse, error) + func (a DefaultAPIServiceMock) ListOrganizationAuditLogEntries(ctx context.Context, organizationId string) ApiListOrganizationAuditLogEntriesRequest + func (a DefaultAPIServiceMock) ListOrganizationAuditLogEntriesExecute(r ApiListOrganizationAuditLogEntriesRequest) (*ListAuditLogEntriesResponse, error) + func (a DefaultAPIServiceMock) ListProjectAuditLogEntries(ctx context.Context, projectId string) ApiListProjectAuditLogEntriesRequest + func (a DefaultAPIServiceMock) ListProjectAuditLogEntriesExecute(r ApiListProjectAuditLogEntriesRequest) (*ListAuditLogEntriesResponse, error) + type ErrorResponse struct + Message *string + Path *string + Status *float32 + Timestamp *time.Time + func NewErrorResponse() *ErrorResponse + func NewErrorResponseWithDefaults() *ErrorResponse + func (o *ErrorResponse) GetMessage() string + func (o *ErrorResponse) GetMessageOk() (*string, bool) + func (o *ErrorResponse) GetPath() string + func (o *ErrorResponse) GetPathOk() (*string, bool) + func (o *ErrorResponse) GetStatus() float32 + func (o *ErrorResponse) GetStatusOk() (*float32, bool) + func (o *ErrorResponse) GetTimestamp() time.Time + func (o *ErrorResponse) GetTimestampOk() (*time.Time, bool) + func (o *ErrorResponse) HasMessage() bool + func (o *ErrorResponse) HasPath() bool + func (o *ErrorResponse) HasStatus() bool + func (o *ErrorResponse) HasTimestamp() bool + func (o *ErrorResponse) SetMessage(v string) + func (o *ErrorResponse) SetPath(v string) + func (o *ErrorResponse) SetStatus(v float32) + func (o *ErrorResponse) SetTimestamp(v time.Time) + func (o ErrorResponse) MarshalJSON() ([]byte, error) + func (o ErrorResponse) ToMap() (map[string]interface{}, error) + type GatewayErrorResponse struct + Message *string + Status *float32 + func NewGatewayErrorResponse() *GatewayErrorResponse + func NewGatewayErrorResponseWithDefaults() *GatewayErrorResponse + func (o *GatewayErrorResponse) GetMessage() string + func (o *GatewayErrorResponse) GetMessageOk() (*string, bool) + func (o *GatewayErrorResponse) GetStatus() float32 + func (o *GatewayErrorResponse) GetStatusOk() (*float32, bool) + func (o *GatewayErrorResponse) HasMessage() bool + func (o *GatewayErrorResponse) HasStatus() bool + func (o *GatewayErrorResponse) SetMessage(v string) + func (o *GatewayErrorResponse) SetStatus(v float32) + func (o GatewayErrorResponse) MarshalJSON() ([]byte, error) + func (o GatewayErrorResponse) ToMap() (map[string]interface{}, error) + type ListAuditLogEntriesResponse struct + Cursor *string + Items []AuditLogEntryResponse + Limit *float32 + func NewListAuditLogEntriesResponse() *ListAuditLogEntriesResponse + func NewListAuditLogEntriesResponseWithDefaults() *ListAuditLogEntriesResponse + func (o *ListAuditLogEntriesResponse) GetCursor() string + func (o *ListAuditLogEntriesResponse) GetCursorOk() (*string, bool) + func (o *ListAuditLogEntriesResponse) GetItems() []AuditLogEntryResponse + func (o *ListAuditLogEntriesResponse) GetItemsOk() ([]AuditLogEntryResponse, bool) + func (o *ListAuditLogEntriesResponse) GetLimit() float32 + func (o *ListAuditLogEntriesResponse) GetLimitOk() (*float32, bool) + func (o *ListAuditLogEntriesResponse) HasCursor() bool + func (o *ListAuditLogEntriesResponse) HasItems() bool + func (o *ListAuditLogEntriesResponse) HasLimit() bool + func (o *ListAuditLogEntriesResponse) SetCursor(v string) + func (o *ListAuditLogEntriesResponse) SetItems(v []AuditLogEntryResponse) + func (o *ListAuditLogEntriesResponse) SetLimit(v float32) + func (o ListAuditLogEntriesResponse) MarshalJSON() ([]byte, error) + func (o ListAuditLogEntriesResponse) ToMap() (map[string]interface{}, error) + type MappedNullable interface + ToMap func() (map[string]interface{}, error) + type NullableAuditLogEntryContextResponse struct + func NewNullableAuditLogEntryContextResponse(val *AuditLogEntryContextResponse) *NullableAuditLogEntryContextResponse + func (v *NullableAuditLogEntryContextResponse) Set(val *AuditLogEntryContextResponse) + func (v *NullableAuditLogEntryContextResponse) UnmarshalJSON(src []byte) error + func (v *NullableAuditLogEntryContextResponse) Unset() + func (v NullableAuditLogEntryContextResponse) Get() *AuditLogEntryContextResponse + func (v NullableAuditLogEntryContextResponse) IsSet() bool + func (v NullableAuditLogEntryContextResponse) MarshalJSON() ([]byte, error) + type NullableAuditLogEntryInitiatorResponse struct + func NewNullableAuditLogEntryInitiatorResponse(val *AuditLogEntryInitiatorResponse) *NullableAuditLogEntryInitiatorResponse + func (v *NullableAuditLogEntryInitiatorResponse) Set(val *AuditLogEntryInitiatorResponse) + func (v *NullableAuditLogEntryInitiatorResponse) UnmarshalJSON(src []byte) error + func (v *NullableAuditLogEntryInitiatorResponse) Unset() + func (v NullableAuditLogEntryInitiatorResponse) Get() *AuditLogEntryInitiatorResponse + func (v NullableAuditLogEntryInitiatorResponse) IsSet() bool + func (v NullableAuditLogEntryInitiatorResponse) MarshalJSON() ([]byte, error) + type NullableAuditLogEntryRequestResponse struct + func NewNullableAuditLogEntryRequestResponse(val *AuditLogEntryRequestResponse) *NullableAuditLogEntryRequestResponse + func (v *NullableAuditLogEntryRequestResponse) Set(val *AuditLogEntryRequestResponse) + func (v *NullableAuditLogEntryRequestResponse) UnmarshalJSON(src []byte) error + func (v *NullableAuditLogEntryRequestResponse) Unset() + func (v NullableAuditLogEntryRequestResponse) Get() *AuditLogEntryRequestResponse + func (v NullableAuditLogEntryRequestResponse) IsSet() bool + func (v NullableAuditLogEntryRequestResponse) MarshalJSON() ([]byte, error) + type NullableAuditLogEntryResponse struct + func NewNullableAuditLogEntryResponse(val *AuditLogEntryResponse) *NullableAuditLogEntryResponse + func (v *NullableAuditLogEntryResponse) Set(val *AuditLogEntryResponse) + func (v *NullableAuditLogEntryResponse) UnmarshalJSON(src []byte) error + func (v *NullableAuditLogEntryResponse) Unset() + func (v NullableAuditLogEntryResponse) Get() *AuditLogEntryResponse + func (v NullableAuditLogEntryResponse) IsSet() bool + func (v NullableAuditLogEntryResponse) MarshalJSON() ([]byte, error) + type NullableAuditLogEntryServiceAccountDelegationInfoResponse struct + func NewNullableAuditLogEntryServiceAccountDelegationInfoResponse(val *AuditLogEntryServiceAccountDelegationInfoResponse) *NullableAuditLogEntryServiceAccountDelegationInfoResponse + func (v *NullableAuditLogEntryServiceAccountDelegationInfoResponse) Set(val *AuditLogEntryServiceAccountDelegationInfoResponse) + func (v *NullableAuditLogEntryServiceAccountDelegationInfoResponse) UnmarshalJSON(src []byte) error + func (v *NullableAuditLogEntryServiceAccountDelegationInfoResponse) Unset() + func (v NullableAuditLogEntryServiceAccountDelegationInfoResponse) Get() *AuditLogEntryServiceAccountDelegationInfoResponse + func (v NullableAuditLogEntryServiceAccountDelegationInfoResponse) IsSet() bool + func (v NullableAuditLogEntryServiceAccountDelegationInfoResponse) MarshalJSON() ([]byte, error) + type NullableBool struct + func NewNullableBool(val *bool) *NullableBool + func (v *NullableBool) Set(val *bool) + func (v *NullableBool) UnmarshalJSON(src []byte) error + func (v *NullableBool) Unset() + func (v NullableBool) Get() *bool + func (v NullableBool) IsSet() bool + func (v NullableBool) MarshalJSON() ([]byte, error) + type NullableErrorResponse struct + func NewNullableErrorResponse(val *ErrorResponse) *NullableErrorResponse + func (v *NullableErrorResponse) Set(val *ErrorResponse) + func (v *NullableErrorResponse) UnmarshalJSON(src []byte) error + func (v *NullableErrorResponse) Unset() + func (v NullableErrorResponse) Get() *ErrorResponse + func (v NullableErrorResponse) IsSet() bool + func (v NullableErrorResponse) MarshalJSON() ([]byte, error) + type NullableFloat32 struct + func NewNullableFloat32(val *float32) *NullableFloat32 + func (v *NullableFloat32) Set(val *float32) + func (v *NullableFloat32) UnmarshalJSON(src []byte) error + func (v *NullableFloat32) Unset() + func (v NullableFloat32) Get() *float32 + func (v NullableFloat32) IsSet() bool + func (v NullableFloat32) MarshalJSON() ([]byte, error) + type NullableFloat64 struct + func NewNullableFloat64(val *float64) *NullableFloat64 + func (v *NullableFloat64) Set(val *float64) + func (v *NullableFloat64) UnmarshalJSON(src []byte) error + func (v *NullableFloat64) Unset() + func (v NullableFloat64) Get() *float64 + func (v NullableFloat64) IsSet() bool + func (v NullableFloat64) MarshalJSON() ([]byte, error) + type NullableGatewayErrorResponse struct + func NewNullableGatewayErrorResponse(val *GatewayErrorResponse) *NullableGatewayErrorResponse + func (v *NullableGatewayErrorResponse) Set(val *GatewayErrorResponse) + func (v *NullableGatewayErrorResponse) UnmarshalJSON(src []byte) error + func (v *NullableGatewayErrorResponse) Unset() + func (v NullableGatewayErrorResponse) Get() *GatewayErrorResponse + func (v NullableGatewayErrorResponse) IsSet() bool + func (v NullableGatewayErrorResponse) MarshalJSON() ([]byte, error) + type NullableInt struct + func NewNullableInt(val *int) *NullableInt + func (v *NullableInt) Set(val *int) + func (v *NullableInt) UnmarshalJSON(src []byte) error + func (v *NullableInt) Unset() + func (v NullableInt) Get() *int + func (v NullableInt) IsSet() bool + func (v NullableInt) MarshalJSON() ([]byte, error) + type NullableInt32 struct + func NewNullableInt32(val *int32) *NullableInt32 + func (v *NullableInt32) Set(val *int32) + func (v *NullableInt32) UnmarshalJSON(src []byte) error + func (v *NullableInt32) Unset() + func (v NullableInt32) Get() *int32 + func (v NullableInt32) IsSet() bool + func (v NullableInt32) MarshalJSON() ([]byte, error) + type NullableInt64 struct + func NewNullableInt64(val *int64) *NullableInt64 + func (v *NullableInt64) Set(val *int64) + func (v *NullableInt64) UnmarshalJSON(src []byte) error + func (v *NullableInt64) Unset() + func (v NullableInt64) Get() *int64 + func (v NullableInt64) IsSet() bool + func (v NullableInt64) MarshalJSON() ([]byte, error) + type NullableListAuditLogEntriesResponse struct + func NewNullableListAuditLogEntriesResponse(val *ListAuditLogEntriesResponse) *NullableListAuditLogEntriesResponse + func (v *NullableListAuditLogEntriesResponse) Set(val *ListAuditLogEntriesResponse) + func (v *NullableListAuditLogEntriesResponse) UnmarshalJSON(src []byte) error + func (v *NullableListAuditLogEntriesResponse) Unset() + func (v NullableListAuditLogEntriesResponse) Get() *ListAuditLogEntriesResponse + func (v NullableListAuditLogEntriesResponse) IsSet() bool + func (v NullableListAuditLogEntriesResponse) MarshalJSON() ([]byte, error) + type NullableServiceAccountDelegationInfoPrincipalResponse struct + func NewNullableServiceAccountDelegationInfoPrincipalResponse(val *ServiceAccountDelegationInfoPrincipalResponse) *NullableServiceAccountDelegationInfoPrincipalResponse + func (v *NullableServiceAccountDelegationInfoPrincipalResponse) Set(val *ServiceAccountDelegationInfoPrincipalResponse) + func (v *NullableServiceAccountDelegationInfoPrincipalResponse) UnmarshalJSON(src []byte) error + func (v *NullableServiceAccountDelegationInfoPrincipalResponse) Unset() + func (v NullableServiceAccountDelegationInfoPrincipalResponse) Get() *ServiceAccountDelegationInfoPrincipalResponse + func (v NullableServiceAccountDelegationInfoPrincipalResponse) IsSet() bool + func (v NullableServiceAccountDelegationInfoPrincipalResponse) MarshalJSON() ([]byte, error) + type NullableString struct + func NewNullableString(val *string) *NullableString + func (v *NullableString) Set(val *string) + func (v *NullableString) UnmarshalJSON(src []byte) error + func (v *NullableString) Unset() + func (v NullableString) Get() *string + func (v NullableString) IsSet() bool + func (v NullableString) MarshalJSON() ([]byte, error) + type NullableTime struct + func NewNullableTime(val *time.Time) *NullableTime + func (v *NullableTime) Set(val *time.Time) + func (v *NullableTime) UnmarshalJSON(src []byte) error + func (v *NullableTime) Unset() + func (v NullableTime) Get() *time.Time + func (v NullableTime) IsSet() bool + func (v NullableTime) MarshalJSON() ([]byte, error) + type ServiceAccountDelegationInfoPrincipalResponse struct + Email *string + Id string + func NewServiceAccountDelegationInfoPrincipalResponse(id string) *ServiceAccountDelegationInfoPrincipalResponse + func NewServiceAccountDelegationInfoPrincipalResponseWithDefaults() *ServiceAccountDelegationInfoPrincipalResponse + func (o *ServiceAccountDelegationInfoPrincipalResponse) GetEmail() string + func (o *ServiceAccountDelegationInfoPrincipalResponse) GetEmailOk() (*string, bool) + func (o *ServiceAccountDelegationInfoPrincipalResponse) GetId() string + func (o *ServiceAccountDelegationInfoPrincipalResponse) GetIdOk() (*string, bool) + func (o *ServiceAccountDelegationInfoPrincipalResponse) HasEmail() bool + func (o *ServiceAccountDelegationInfoPrincipalResponse) SetEmail(v string) + func (o *ServiceAccountDelegationInfoPrincipalResponse) SetId(v string) + func (o *ServiceAccountDelegationInfoPrincipalResponse) UnmarshalJSON(data []byte) (err error) + func (o ServiceAccountDelegationInfoPrincipalResponse) MarshalJSON() ([]byte, error) + func (o ServiceAccountDelegationInfoPrincipalResponse) ToMap() (map[string]interface{}, error)