Class: MicrosoftGraphCore::GraphClientOptions

Inherits:
Object
  • Object
show all
Includes:
MicrosoftKiotaAbstractions::RequestOption
Defined in:
lib/microsoft_graph_core/graph_client_options.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#graph_service_library_versionObject

Returns the value of attribute graph_service_library_version.



4
5
6
# File 'lib/microsoft_graph_core/graph_client_options.rb', line 4

def graph_service_library_version
  @graph_service_library_version
end

#graph_service_versionObject

Returns the value of attribute graph_service_version.



4
5
6
# File 'lib/microsoft_graph_core/graph_client_options.rb', line 4

def graph_service_version
  @graph_service_version
end

Instance Method Details

#get_keyObject



5
6
7
# File 'lib/microsoft_graph_core/graph_client_options.rb', line 5

def get_key()
	"telemetryOptions"
end