class Google::Apis::BigqueryV2::SessionInfo
Attributes
session_id[RW]
- Output-only
-
// [Preview] Id of the session.
Corresponds to the JSON property `sessionId` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/bigquery_v2/classes.rb, line 5940 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/bigquery_v2/classes.rb, line 5945 def update!(**args) @session_id = args[:session_id] if args.key?(:session_id) end