set_scope


Description:

public void set_scope (string type, string? value)

Sets the scope_type property to type and the scope_value property to value.

Set scope_value to null to unset the scope_value property in the access rule. type cannot be null. scope_value must be null if type is <literal>default</literal>, and non-null otherwise.

See the <ulink type="http" url="https://developers.google.com/google-apps/calendar/v3/reference/acl">online documentation</ulink > for more information.

Parameters:

this

a AccessRule

type

a new scope type

value

a new scope value, or null