class Google::Apis::ContainerV1beta1::ClusterTelemetry

Telemetry integration for the cluster.

Attributes

type[RW]

Type of the integration. Corresponds to the JSON property `type` @return [String]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/container_v1beta1/classes.rb, line 1064
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/container_v1beta1/classes.rb, line 1069
def update!(**args)
  @type = args[:type] if args.key?(:type)
end