Class: DatadogAPIClient::V2::GCPSTSServiceAccount

Inherits:
Object
  • Object
show all
Includes:
BaseGenericModel
Defined in:
lib/datadog_api_client/v2/models/gcpsts_service_account.rb

Overview

Info on your service account.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#attributesObject

Attributes associated with your service account.



25
26
27
# File 'lib/datadog_api_client/v2/models/gcpsts_service_account.rb', line 25

def attributes
  @attributes
end

#idObject

Your service account's unique ID.



28
29
30
# File 'lib/datadog_api_client/v2/models/gcpsts_service_account.rb', line 28

def id
  @id
end

#metaObject

Additional information related to your service account.



31
32
33
# File 'lib/datadog_api_client/v2/models/gcpsts_service_account.rb', line 31

def meta
  @meta
end

#typeObject

The type of account.



34
35
36
# File 'lib/datadog_api_client/v2/models/gcpsts_service_account.rb', line 34

def type
  @type
end