lib/models/print.rb in microsoft_graph-0.21.0 vs lib/models/print.rb in microsoft_graph-0.22.1
- old
+ new
@@ -40,11 +40,11 @@
def additional_data
return @additional_data
end
##
## Sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
- ## @param value Value to set for the AdditionalData property.
+ ## @param value Value to set for the additionalData property.
## @return a void
##
def additional_data=(value)
@additional_data = value
end
@@ -62,11 +62,11 @@
##
def connectors=(value)
@connectors = value
end
##
- ## Instantiates a new Print and sets the default values.
+ ## Instantiates a new print and sets the default values.
## @return a void
##
def initialize()
@additional_data = Hash.new
end
@@ -102,11 +102,11 @@
def odata_type
return @odata_type
end
##
## Sets the @odata.type property value. The OdataType property
- ## @param value Value to set for the odata_type property.
+ ## @param value Value to set for the @odata.type property.
## @return a void
##
def odata_type=(value)
@odata_type = value
end
@@ -209,10 +209,10 @@
def task_definitions
return @task_definitions
end
##
## Sets the taskDefinitions property value. List of abstract definition for a task that can be triggered when various events occur within Universal Print.
- ## @param value Value to set for the task_definitions property.
+ ## @param value Value to set for the taskDefinitions property.
## @return a void
##
def task_definitions=(value)
@task_definitions = value
end