class Google::Apis::SqladminV1beta4::InstancesListServerCasResponse

Instances ListServerCas response.

Attributes

active_version[RW]

Corresponds to the JSON property `activeVersion` @return [String]

certs[RW]

List of server CA certificates for the instance. Corresponds to the JSON property `certs` @return [Array<Google::Apis::SqladminV1beta4::SslCert>]

kind[RW]

This is always *sql#instancesListServerCas*. Corresponds to the JSON property `kind` @return [String]

Public Class Methods

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

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/sqladmin_v1beta4/classes.rb, line 1877
def update!(**args)
  @active_version = args[:active_version] if args.key?(:active_version)
  @certs = args[:certs] if args.key?(:certs)
  @kind = args[:kind] if args.key?(:kind)
end