lib/models/directory.rb in microsoft_graph-0.13.0 vs lib/models/directory.rb in microsoft_graph-0.14.0
- old
+ new
@@ -21,11 +21,11 @@
def administrative_units
return @administrative_units
end
##
## Sets the administrativeUnits property value. Conceptual container for user and group directory objects.
- ## @param value Value to set for the administrativeUnits property.
+ ## @param value Value to set for the administrative_units property.
## @return a void
##
def administrative_units=(value)
@administrative_units = value
end
@@ -52,11 +52,11 @@
def deleted_items
return @deleted_items
end
##
## Sets the deletedItems property value. Recently deleted items. Read-only. Nullable.
- ## @param value Value to set for the deletedItems property.
+ ## @param value Value to set for the deleted_items property.
## @return a void
##
def deleted_items=(value)
@deleted_items = value
end
@@ -67,10 +67,10 @@
def federation_configurations
return @federation_configurations
end
##
## Sets the federationConfigurations property value. Configure domain federation with organizations whose identity provider (IdP) supports either the SAML or WS-Fed protocol.
- ## @param value Value to set for the federationConfigurations property.
+ ## @param value Value to set for the federation_configurations property.
## @return a void
##
def federation_configurations=(value)
@federation_configurations = value
end