class Google::Apis::BigquerydatatransferV1::CheckValidCredsResponse

A response indicating whether the credentials exist and are valid.

Attributes

has_valid_creds[RW]

If set to `true`, the credentials exist and are valid. Corresponds to the JSON property `hasValidCreds` @return [Boolean]

has_valid_creds?[RW]

If set to `true`, the credentials exist and are valid. Corresponds to the JSON property `hasValidCreds` @return [Boolean]

Public Class Methods

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

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

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