class Google::Apis::SqladminV1beta4::InsertSslCertsResponse

SslCert insert response.

Attributes

client_cert[RW]

SslCertDetail. Corresponds to the JSON property `clientCert` @return [Google::Apis::SqladminV1beta4::SslCertDetail]

kind[RW]

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

server_ca_cert[RW]

SslCerts Resource Corresponds to the JSON property `serverCaCert` @return [Google::Apis::SqladminV1beta4::SslCert]

Public Class Methods

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

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File generated/google/apis/sqladmin_v1beta4/classes.rb, line 1834
def update!(**args)
  @client_cert = args[:client_cert] if args.key?(:client_cert)
  @kind = args[:kind] if args.key?(:kind)
  @server_ca_cert = args[:server_ca_cert] if args.key?(:server_ca_cert)
end